mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 10:38:10 +08:00
feat: 初始化 DesireCore Registry 数据仓库
- 添加应用商店数据(Dify, RagFlow, Open WebUI) - 添加服务注册表数据(Filesystem MCP, GitHub MCP) - 添加服务描述符(chat, reasoning, embedding) - 添加服务分类(language, voice, vision, vector) - 添加 UI 配置文件 - 添加仓库元数据和说明文档 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
39
ui-config/service-status.json
Normal file
39
ui-config/service-status.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"statusConfig": {
|
||||
"online": {
|
||||
"label": "在线",
|
||||
"color": "green",
|
||||
"icon": "check-circle"
|
||||
},
|
||||
"offline": {
|
||||
"label": "离线",
|
||||
"color": "gray",
|
||||
"icon": "minus-circle"
|
||||
},
|
||||
"error": {
|
||||
"label": "错误",
|
||||
"color": "red",
|
||||
"icon": "alert-circle"
|
||||
},
|
||||
"starting": {
|
||||
"label": "启动中",
|
||||
"color": "blue",
|
||||
"icon": "loader"
|
||||
}
|
||||
},
|
||||
"protocolConfig": {
|
||||
"mcp": {
|
||||
"label": "MCP",
|
||||
"description": "Model Context Protocol"
|
||||
},
|
||||
"http": {
|
||||
"label": "HTTP",
|
||||
"description": "RESTful HTTP API"
|
||||
},
|
||||
"websocket": {
|
||||
"label": "WebSocket",
|
||||
"description": "WebSocket 实时通信"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user