Compare commits

1 Commits
main ... dev

Author SHA1 Message Date
lik
3e14a3b57c start 2026-06-08 12:11:01 +08:00
7 changed files with 24 additions and 0 deletions

18
.gitmodules vendored Normal file
View File

@@ -0,0 +1,18 @@
[submodule "api/user"]
path = api/user
url = http://gitea.huashengtec.com/xJourney/api_user.git
[submodule "api/health"]
path = api/health
url = http://gitea.huashengtec.com/xJourney/api_health.git
[submodule "ui/wxapp_escort"]
path = ui/wxapp_escort
url = http://gitea.huashengtec.com/xJourney/wxapp_escort.git
[submodule "ui/wxapp_escort_admin"]
path = ui/wxapp_escort_admin
url = http://gitea.huashengtec.com/xJourney/wxapp_escort_admin.git
[submodule "ui/web_tcm"]
path = ui/web_tcm
url = http://gitea.huashengtec.com/xJourney/web_tcm.git
[submodule "agent/escort"]
path = agent/escort
url = http://gitea.huashengtec.com/xJourney/agent_escort.git

1
agent/escort Submodule

Submodule agent/escort added at 0aa3cc40f3

1
api/health Submodule

Submodule api/health added at 068cd2dc50

1
api/user Submodule

Submodule api/user added at b3f933e30a

1
ui/web_tcm Submodule

Submodule ui/web_tcm added at 18e7177560

1
ui/wxapp_escort Submodule

Submodule ui/wxapp_escort added at 2828c28a23

1
ui/wxapp_escort_admin Submodule

Submodule ui/wxapp_escort_admin added at 010cf160a0