From 9b7e65738a23101ab28c272b4bddfbeab0321196 Mon Sep 17 00:00:00 2001 From: baizhi958216 <1475289190@qq.com> Date: Tue, 30 Jun 2026 00:44:06 +0800 Subject: [PATCH] chore: add app and web submodules Signed-off-by: baizhi958216 <1475289190@qq.com> --- .gitmodules | 6 ++++++ infiplot-app | 1 + infiplot-web | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 infiplot-app create mode 160000 infiplot-web diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0a2ad39 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "infiplot-web"] + path = infiplot-web + url = https://github.com/zonghaoyuan/infiplot +[submodule "infiplot-app"] + path = infiplot-app + url = /Users/zhi/codes/infiplot-app diff --git a/infiplot-app b/infiplot-app new file mode 160000 index 0000000..ed03716 --- /dev/null +++ b/infiplot-app @@ -0,0 +1 @@ +Subproject commit ed037160b04dba976b7980e65522390ee616714e diff --git a/infiplot-web b/infiplot-web new file mode 160000 index 0000000..09e898f --- /dev/null +++ b/infiplot-web @@ -0,0 +1 @@ +Subproject commit 09e898f6b02db1dec26103ebdd3add6dbf2192f3