add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

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