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