refactor: 分散式目录结构 — 每个条目独立 <id>/index.json

This commit is contained in:
Johnson
2026-02-25 08:55:32 +08:00
parent eb95c7ace3
commit c729eecdd6
24 changed files with 774 additions and 519 deletions

43
apps/coze/index.json Normal file
View File

@@ -0,0 +1,43 @@
{
"id": "coze",
"name": "Coze",
"icon": "linear-gradient(135deg, #3B82F6, #1D4ED8)",
"iconLetter": "C",
"shortDesc": "字节跳动 AI Bot 开发平台(开源社区版)",
"fullDesc": "Coze 是一个 AI 聊天机器人和应用开发平台,提供 LLM、知识库、插件和工作流等能力。支持快速构建、测试和部署 AI Bot无需编程经验。",
"category": "ai-platform",
"tags": [
"Bot",
"LLM",
"插件"
],
"version": "0.5.0",
"latestVersion": "0.5.0",
"author": "Coze",
"githubUrl": "https://github.com/coze-dev/coze",
"stars": 12300,
"installStatus": "not_installed",
"install": {
"method": "docker",
"requirements": {
"docker": true,
"minMemory": "4GB",
"minDisk": "8GB",
"ports": [
8800
]
}
},
"requirements": {
"docker": true,
"minMemory": "4GB",
"minDisk": "8GB",
"ports": [
8800
]
},
"configNeeded": [
"Docker 运行环境",
"API Key 配置"
]
}