Skip to content

Commit d740f74

Browse files
authored
feat(plugins): add api_key_ui plugin (#26)
1 parent 2f7f3df commit d740f74

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@
3131
[submodule "plugins/tenant"]
3232
path = plugins/tenant
3333
url = https://github.com/fastapi-practices/tenant.git
34+
[submodule "plugins/api_key_ui"]
35+
path = plugins/api_key_ui
36+
url = https://github.com/yzbf-lin/api_key_ui.git

plugins-data.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,23 @@
5858
"branch": "master"
5959
}
6060
},
61+
{
62+
"plugin": {
63+
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
64+
"summary": "API Key UI",
65+
"version": "0.0.1",
66+
"description": "API Key 前端管理插件,提供列表、搜索、新增、编辑、启停与复制能力",
67+
"author": "yzbf-lin",
68+
"tags": [
69+
"auth"
70+
]
71+
},
72+
"git": {
73+
"path": "plugins/api_key_ui",
74+
"url": "https://github.com/yzbf-lin/api_key_ui.git",
75+
"branch": "master"
76+
}
77+
},
6178
{
6279
"plugin": {
6380
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",

plugins-data.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,23 @@ export const pluginDataList: PluginData[] = [
8282
"branch": "master"
8383
}
8484
},
85+
{
86+
"plugin": {
87+
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
88+
"summary": "API Key UI",
89+
"version": "0.0.1",
90+
"description": "API Key 前端管理插件,提供列表、搜索、新增、编辑、启停与复制能力",
91+
"author": "yzbf-lin",
92+
"tags": [
93+
"auth"
94+
]
95+
},
96+
"git": {
97+
"path": "plugins/api_key_ui",
98+
"url": "https://github.com/yzbf-lin/api_key_ui.git",
99+
"branch": "master"
100+
}
101+
},
85102
{
86103
"plugin": {
87104
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",

plugins/api_key_ui

Submodule api_key_ui added at 94b983e

0 commit comments

Comments
 (0)