secubox-openwrt/package/secubox/secubox-app/README.zh.md
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
Add complete French (fr) and Chinese (zh) translations for all documentation:

- Root files: README, CHANGELOG, SECURITY, BETA-RELEASE
- docs/: All 16 core documentation files
- DOCS/: All 19 deep-dive documents including embedded/ and archive/
- package/secubox/: All 123+ package READMEs
- Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/

Total: 346 translation files created

Each file includes language switcher links for easy navigation between
English, French, and Chinese versions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-20 10:00:18 +01:00

586 B

English | Francais | 中文

SecuBox App Store CLI

用于管理 SecuBox App Store 清单的命令行助手。

安装

opkg install secubox-app

使用方法

# 列出可用应用
secubox-app list

# 显示应用清单详情
secubox-app info <app-name>

# 安装应用
secubox-app install <app-name>

默认插件清单位于 /usr/share/secubox/plugins/

文件

  • /usr/sbin/secubox-app -- 主 CLI
  • /usr/share/secubox/plugins/ -- 应用清单

依赖项

  • jsonfilter

许可证

Apache-2.0