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

24
pages.zh/common/solo.md Normal file
View File

@@ -0,0 +1,24 @@
# Solo
> 与 Solo 硬件安全密钥互动。
> 更多信息:<https://github.com/solokeys/solo-python>。
- 列出连接的 Solo
`solo ls`
- 将当前连接的 Solo 的固件更新到最新版本:
`solo key update`
- 使特定 Solo 的 LED 闪烁:
`solo key wink --serial {{serial_number}}`
- 使用当前连接的 Solo 的安全随机数生成器生成随机字节:
`solo key rng raw`
- 监控 Solo 的串行输出:
`solo monitor {{path/to/serial_port}}`