Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
[submodule "plugins/tenant"]
path = plugins/tenant
url = https://github.com/fastapi-practices/tenant.git
[submodule "plugins/api_key_ui"]
path = plugins/api_key_ui
url = https://github.com/yzbf-lin/api_key_ui.git
17 changes: 17 additions & 0 deletions plugins-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,23 @@
"branch": "master"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
"summary": "API Key UI",
"version": "0.0.1",
"description": "API Key 前端管理插件,提供列表、搜索、新增、编辑、启停与复制能力",
"author": "yzbf-lin",
"tags": [
"auth"
]
},
"git": {
"path": "plugins/api_key_ui",
"url": "https://github.com/yzbf-lin/api_key_ui.git",
"branch": "master"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
Expand Down
17 changes: 17 additions & 0 deletions plugins-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,23 @@ export const pluginDataList: PluginData[] = [
"branch": "master"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
"summary": "API Key UI",
"version": "0.0.1",
"description": "API Key 前端管理插件,提供列表、搜索、新增、编辑、启停与复制能力",
"author": "yzbf-lin",
"tags": [
"auth"
]
},
"git": {
"path": "plugins/api_key_ui",
"url": "https://github.com/yzbf-lin/api_key_ui.git",
"branch": "master"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
Expand Down
1 change: 1 addition & 0 deletions plugins/api_key_ui
Submodule api_key_ui added at 94b983
Loading