Skip to content

Commit a5249b3

Browse files
chore: auto-generate plugins data
1 parent 5363cbe commit a5249b3

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

plugins-data.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,25 @@
3737
"branch": "master"
3838
}
3939
},
40+
{
41+
"plugin": {
42+
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
43+
"summary": "AI Console",
44+
"version": "0.0.1",
45+
"description": "为系统提供 AI 对话、供应商、模型和 MCP 管理能力",
46+
"author": "wu-clan",
47+
"tags": [
48+
"ai",
49+
"mcp",
50+
"agent"
51+
]
52+
},
53+
"git": {
54+
"path": "plugins/ai_ui",
55+
"url": "https://github.com/fastapi-practices/ai_ui.git",
56+
"branch": "master"
57+
}
58+
},
4059
{
4160
"plugin": {
4261
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",

plugins-data.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,25 @@ export const pluginDataList: PluginData[] = [
6161
"branch": "master"
6262
}
6363
},
64+
{
65+
"plugin": {
66+
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
67+
"summary": "AI Console",
68+
"version": "0.0.1",
69+
"description": "为系统提供 AI 对话、供应商、模型和 MCP 管理能力",
70+
"author": "wu-clan",
71+
"tags": [
72+
"ai",
73+
"mcp",
74+
"agent"
75+
]
76+
},
77+
"git": {
78+
"path": "plugins/ai_ui",
79+
"url": "https://github.com/fastapi-practices/ai_ui.git",
80+
"branch": "master"
81+
}
82+
},
6483
{
6584
"plugin": {
6685
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",

0 commit comments

Comments
 (0)