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

@@ -0,0 +1,32 @@
# fdroidcl
> 管理通过 ADB 连接的设备上的 F-Droid 应用。
> 更多信息:<https://github.com/mvdan/fdroidcl>。
- 获取 F-Droid 索引:
`fdroidcl update`
- 显示有关应用的信息:
`fdroidcl show {{app_id}}`
- 下载应用的 APK 文件:
`fdroidcl download {{app_id}}`
- 在索引中搜索应用:
`fdroidcl search {{search_pattern}}`
- 在连接的设备上安装应用:
`fdroidcl install {{app_id}}`
- 添加一个仓库:
`fdroidcl repo add {{repo_name}} {{url}}`
- 移除、启用或禁用一个仓库:
`fdroidcl repo {{remove|enable|disable}} {{repo_name}}`