common/q*: add Chinese translation (#14687)

* common/q*: add Chinese translation

* q:remove whitespace

* Update qalc.md

* Update qemu-img.md
This commit is contained in:
Jin
2024-11-19 04:13:17 -05:00
committed by GitHub
parent a394bba5f1
commit 156075e8b1
21 changed files with 506 additions and 0 deletions

12
pages.zh/common/qr.md Normal file
View File

@@ -0,0 +1,12 @@
# qr
> 在终端中使用 ANSI VT-100 转义代码生成二维码。
> 更多信息:<https://github.com/lincolnloop/python-qrcode/>.
- 生成一个二维码:
`echo "{{数据}}" | qr`
- 指定错误纠正等级(默认为 M
`echo "{{数据}}" | qr --error-correction={{L|M|Q|H}}`