From e50c242bb74f3c194dd4efa2548f0ab98b0dcf84 Mon Sep 17 00:00:00 2001 From: Misaka_Company Date: Mon, 11 May 2026 09:54:03 +0800 Subject: [PATCH] feat: add fastAPI submodule and migrate pad_scanner to CargoTrace org - Add apps/fastAPI as submodule pointing to CargoTrace/fastAPI - Update pad_scanner remote URL from admin to CargoTrace org Co-Authored-By: Claude Opus 4.6 --- .gitmodules | 5 ++++- apps/fastAPI | 1 + apps/pad_scanner | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 apps/fastAPI diff --git a/.gitmodules b/.gitmodules index 4bab680..743f2ae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "apps/pad_scanner"] path = apps/pad_scanner - url = git@gitea.server10086.icu:admin/pad_scanner.git + url = git@gitea.server10086.icu:CargoTrace/pad_scanner.git +[submodule "apps/fastAPI"] + path = apps/fastAPI + url = git@gitea.server10086.icu:CargoTrace/fastAPI.git diff --git a/apps/fastAPI b/apps/fastAPI new file mode 160000 index 0000000..2cc476b --- /dev/null +++ b/apps/fastAPI @@ -0,0 +1 @@ +Subproject commit 2cc476b314dc6d2e2e947ce8f9c252fdc2ecdfe8 diff --git a/apps/pad_scanner b/apps/pad_scanner index 236cfae..b129ed9 160000 --- a/apps/pad_scanner +++ b/apps/pad_scanner @@ -1 +1 @@ -Subproject commit 236cfae485f971eba886ebe74a742283d416de34 +Subproject commit b129ed9714477697da549f07f08eb252dc7d1677