From 1fd0a0bf4bdf1bf61c9551e64c6311a241cc6411 Mon Sep 17 00:00:00 2001 From: wyc <1104749580@qq.com> Date: Fri, 3 Jul 2026 15:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=90=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 9 +++++++++ third_party/CPP_Core | 1 + third_party/SSR | 1 + third_party/build_infra | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/CPP_Core create mode 160000 third_party/SSR create mode 160000 third_party/build_infra diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..af4893c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "third_party/build_infra"] + path = third_party/build_infra + url = http://192.168.1.75:3000/psc/build_infra.git +[submodule "third_party/CPP_Core"] + path = third_party/CPP_Core + url = http://192.168.1.75:3000/psc/CPP_Core.git +[submodule "third_party/SSR"] + path = third_party/SSR + url = http://192.168.1.75:3000/psc/SSR.git diff --git a/third_party/CPP_Core b/third_party/CPP_Core new file mode 160000 index 0000000..6e22ccd --- /dev/null +++ b/third_party/CPP_Core @@ -0,0 +1 @@ +Subproject commit 6e22ccdc6bbed62e557185d6391b433763df301d diff --git a/third_party/SSR b/third_party/SSR new file mode 160000 index 0000000..5e1d88f --- /dev/null +++ b/third_party/SSR @@ -0,0 +1 @@ +Subproject commit 5e1d88f2e2a87c1faca0e9a34bb27e93c61f0941 diff --git a/third_party/build_infra b/third_party/build_infra new file mode 160000 index 0000000..d777714 --- /dev/null +++ b/third_party/build_infra @@ -0,0 +1 @@ +Subproject commit d777714fd1f755d9824700e2cd855cb45c0e91fe