From 4db2ce56079b5b711a573505a0bf90707bce5f62 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sun, 12 Apr 2026 19:01:24 +0800 Subject: [PATCH] Add manga-dl and manga-site as submodules Each sub-project remains an independent git repo on Gitea; umbrella pins the current commit. Clone with --recurse-submodules to populate both dirs. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitmodules | 6 ++++++ manga-dl | 1 + manga-site | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 manga-dl create mode 160000 manga-site diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6a952da --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "manga-dl"] + path = manga-dl + url = https://gitea.04080616.xyz/yiekheng/sunnymh-manga-dl.git +[submodule "manga-site"] + path = manga-site + url = https://gitea.04080616.xyz/yiekheng/sunnymh-manga-site.git diff --git a/manga-dl b/manga-dl new file mode 160000 index 0000000..9cb9b8c --- /dev/null +++ b/manga-dl @@ -0,0 +1 @@ +Subproject commit 9cb9b8c7fdbc3622146c162c9e9ec5e7e3c518a6 diff --git a/manga-site b/manga-site new file mode 160000 index 0000000..f2ef775 --- /dev/null +++ b/manga-site @@ -0,0 +1 @@ +Subproject commit f2ef775f7095dc2b107b576cd4053593e89dd887