From 3c85d6414bf17e8681befef61bba38cdf02e6984 Mon Sep 17 00:00:00 2001 From: xia-chu <771730766@qq.com> Date: Wed, 3 Dec 2025 15:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0submodule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ .gitmodules_github | 5 ++++- python/StreamUI | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 160000 python/StreamUI diff --git a/.gitmodules b/.gitmodules index af38aadf..c661eed6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "3rdpart/pybind11"] path = 3rdpart/pybind11 url = https://gitee.com/mirrors/pybind11.git +[submodule "python/StreamUI"] + path = python/StreamUI + url = https://gitee.com/xia-chu/StreamUI.git diff --git a/.gitmodules_github b/.gitmodules_github index f3b18b57..01003a94 100644 --- a/.gitmodules_github +++ b/.gitmodules_github @@ -12,4 +12,7 @@ url = https://github.com/1002victor/zlm_webassist [submodule "3rdpart/pybind11"] path = 3rdpart/pybind11 - url = https://github.com/pybind/pybind11.git \ No newline at end of file + url = https://github.com/pybind/pybind11.git +[submodule "python/StreamUI"] + path = python/StreamUI + url = https://github.com/xia-chu/StreamUI.git \ No newline at end of file diff --git a/python/StreamUI b/python/StreamUI new file mode 160000 index 00000000..272e36ff --- /dev/null +++ b/python/StreamUI @@ -0,0 +1 @@ +Subproject commit 272e36ff3ce42fd8cb8f2b78b2e8f31a69a8ed4d