Skip to content

Commit c341afc

Browse files
chore: auto-generate plugins data
1 parent 00c7ac0 commit c341afc

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

plugins-data.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@
2121
"summary": "AI 工具",
2222
"version": "0.0.1",
2323
"description": "为系统提供 AI 赋能",
24-
"author": "wu-clan"
24+
"author": "wu-clan",
25+
"tags": [
26+
"ai"
27+
],
28+
"database": [
29+
"mysql",
30+
"postgresql"
31+
]
2532
},
2633
"git": {
2734
"path": "plugins/ai",

plugins-data.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,14 @@ export const pluginDataList: PluginData[] = [
4545
"summary": "AI 工具",
4646
"version": "0.0.1",
4747
"description": "为系统提供 AI 赋能",
48-
"author": "wu-clan"
48+
"author": "wu-clan",
49+
"tags": [
50+
"ai"
51+
],
52+
"database": [
53+
"mysql",
54+
"postgresql"
55+
]
4956
},
5057
"git": {
5158
"path": "plugins/ai",

0 commit comments

Comments
 (0)