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
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,11 @@
[submodule "plugins/wf_ui"]
path = plugins/wf_ui
url = https://github.com/shj366/workflow_ui.git
[submodule "plugins/stream_hub"]
path = plugins/stream_hub
branch = main
url = https://github.com/yzbf-lin/stream_hub.git
[submodule "plugins/stream_hub_ui"]
path = plugins/stream_hub_ui
branch = main
url = https://github.com/yzbf-lin/stream_hub_ui.git
38 changes: 38 additions & 0 deletions plugins-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,44 @@
"branch": "master"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
"summary": "流式事件中心",
"version": "0.0.1",
"description": "统一 Socket.IO 事件通道、订阅、日志 tail 与前端消费协议",
"author": "pd-qa-backend",
"tags": [
"task"
],
"database": [
"mysql"
]
},
"git": {
"path": "plugins/stream_hub",
"url": "https://github.com/yzbf-lin/stream_hub.git",
"branch": "main"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
"summary": "流式事件中心",
"version": "0.0.1",
"description": "统一事件通道、日志 tail 与日志文件查看页",
"author": "pd-qa-backend",
"tags": [
"task",
"other"
]
},
"git": {
"path": "plugins/stream_hub_ui",
"url": "https://github.com/yzbf-lin/stream_hub_ui.git",
"branch": "main"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
Expand Down
38 changes: 38 additions & 0 deletions plugins-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,44 @@ export const pluginDataList: PluginData[] = [
"branch": "master"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
"summary": "流式事件中心",
"version": "0.0.1",
"description": "统一 Socket.IO 事件通道、订阅、日志 tail 与前端消费协议",
"author": "pd-qa-backend",
"tags": [
"task"
],
"database": [
"mysql"
]
},
"git": {
"path": "plugins/stream_hub",
"url": "https://github.com/yzbf-lin/stream_hub.git",
"branch": "main"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
"summary": "流式事件中心",
"version": "0.0.1",
"description": "统一事件通道、日志 tail 与日志文件查看页",
"author": "pd-qa-backend",
"tags": [
"task",
"other"
]
},
"git": {
"path": "plugins/stream_hub_ui",
"url": "https://github.com/yzbf-lin/stream_hub_ui.git",
"branch": "main"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
Expand Down
1 change: 1 addition & 0 deletions plugins/stream_hub
Submodule stream_hub added at 27fc42
1 change: 1 addition & 0 deletions plugins/stream_hub_ui
Submodule stream_hub_ui added at 13a1ae
Loading