We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad740a8 commit 2423e0dCopy full SHA for 2423e0d
2 files changed
plugins-data.json
@@ -42,7 +42,14 @@
42
"summary": "API Key",
43
"version": "0.0.1",
44
"description": "用户自定义 API Key 管理,支持生成、管理和使用 API Key 进行接口认证",
45
- "author": "wu-clan"
+ "author": "wu-clan",
46
+ "tags": [
47
+ "auth"
48
+ ],
49
+ "database": [
50
+ "mysql",
51
+ "postgresql"
52
+ ]
53
},
54
"git": {
55
"path": "plugins/api_key",
plugins-data.ts
@@ -66,7 +66,14 @@ export const pluginDataList: PluginData[] = [
66
67
68
69
70
71
72
73
74
75
76
77
78
79
0 commit comments