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>
76 lines
1.9 KiB
Markdown
76 lines
1.9 KiB
Markdown
# SecuBox 应用商店元数据
|
||
|
||
🌐 **语言:** [English](README.md) | [Français](README.fr.md) | 中文
|
||
|
||
此目录包含应用商店中所有可用 SecuBox 应用程序的元数据。
|
||
|
||
## 结构
|
||
|
||
- `apps.json` - 所有可用 SecuBox 应用程序的主目录
|
||
- 包含详细元数据的各个应用目录
|
||
|
||
## 应用类别
|
||
|
||
### 🔒 安全
|
||
专注于安全、威胁检测和网络保护的应用程序。
|
||
|
||
### 🌐 网络
|
||
网络服务、实用工具和基础设施应用程序。
|
||
|
||
### 🏠 物联网与家庭自动化
|
||
智能家居设备、自动化系统和物联网集成。
|
||
|
||
### 🎬 媒体
|
||
媒体流、娱乐和内容管理。
|
||
|
||
## 应用状态
|
||
|
||
- **stable** - 生产就绪,经过测试且稳定
|
||
- **beta** - 功能正常但可能存在小问题
|
||
- **alpha** - 早期开发,实验性
|
||
- **dev** - 正在积极开发中
|
||
|
||
## 添加新应用
|
||
|
||
要向应用商店添加新应用程序:
|
||
|
||
1. 在 `package/secubox/secubox-app-<名称>/` 中创建包
|
||
2. 在 `apps.json` 中添加元数据条目
|
||
3. 确保正确的标签和分类
|
||
4. 如有需要,添加依赖项和冲突
|
||
5. 如有可用,链接到 LuCI 应用
|
||
|
||
## 元数据字段
|
||
|
||
每个应用条目包括:
|
||
|
||
- **id**:唯一包标识符
|
||
- **name**:显示名称
|
||
- **version**:当前版本
|
||
- **category**:主要类别
|
||
- **description**:简要描述
|
||
- **icon**:表情符号或图标标识符
|
||
- **author**:包维护者
|
||
- **license**:软件许可证
|
||
- **url**:上游项目 URL
|
||
- **tags**:可搜索标签
|
||
- **requires**:系统要求
|
||
- **status**:开发状态
|
||
- **luci_app**:关联的 LuCI 界面(如有)
|
||
- **dependencies**:必需的包
|
||
- **conflicts**:冲突的包
|
||
|
||
## 集成
|
||
|
||
应用商店元数据被以下组件使用:
|
||
|
||
- **luci-app-secubox** - SecuBox 主界面
|
||
- **构建系统** - 包管理和依赖解析
|
||
- **文档** - 自动文档生成
|
||
- **CI/CD** - 自动化测试和部署
|
||
|
||
## 版本
|
||
|
||
应用商店元数据版本:1.0
|
||
最后更新:2024-12-30
|