diff --git a/.gitmodules b/.gitmodules index bef73d9..f447891 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/plugins-data.json b/plugins-data.json index 2b01c94..35c3700 100644 --- a/plugins-data.json +++ b/plugins-data.json @@ -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", diff --git a/plugins-data.ts b/plugins-data.ts index facdd24..48b1bfd 100644 --- a/plugins-data.ts +++ b/plugins-data.ts @@ -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", diff --git a/plugins/stream_hub b/plugins/stream_hub new file mode 160000 index 0000000..27fc42d --- /dev/null +++ b/plugins/stream_hub @@ -0,0 +1 @@ +Subproject commit 27fc42d187cbeae7dadd013d402317950a4e9b2f diff --git a/plugins/stream_hub_ui b/plugins/stream_hub_ui new file mode 160000 index 0000000..13a1aeb --- /dev/null +++ b/plugins/stream_hub_ui @@ -0,0 +1 @@ +Subproject commit 13a1aeb45c2560049d88a75396e33543b2f175b4