Skip to content

Commit 2423e0d

Browse files
chore: auto-generate plugins data
1 parent ad740a8 commit 2423e0d

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
@@ -42,7 +42,14 @@
4242
"summary": "API Key",
4343
"version": "0.0.1",
4444
"description": "用户自定义 API Key 管理,支持生成、管理和使用 API Key 进行接口认证",
45-
"author": "wu-clan"
45+
"author": "wu-clan",
46+
"tags": [
47+
"auth"
48+
],
49+
"database": [
50+
"mysql",
51+
"postgresql"
52+
]
4653
},
4754
"git": {
4855
"path": "plugins/api_key",

plugins-data.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,14 @@ export const pluginDataList: PluginData[] = [
6666
"summary": "API Key",
6767
"version": "0.0.1",
6868
"description": "用户自定义 API Key 管理,支持生成、管理和使用 API Key 进行接口认证",
69-
"author": "wu-clan"
69+
"author": "wu-clan",
70+
"tags": [
71+
"auth"
72+
],
73+
"database": [
74+
"mysql",
75+
"postgresql"
76+
]
7077
},
7178
"git": {
7279
"path": "plugins/api_key",

0 commit comments

Comments
 (0)