commit 5b5827d9a0e6adab6116902500a4b5b98116c600 Author: thehrz Date: Thu Aug 3 14:03:03 2023 +0800 init: initial commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0d5e354 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "19yuke2-frontend"] + path = 19yuke2-frontend + url = https://git.thehrz.net/19yuke2-project/19yuke2-frontend diff --git a/19yuke2-frontend b/19yuke2-frontend new file mode 160000 index 0000000..a2a352d --- /dev/null +++ b/19yuke2-frontend @@ -0,0 +1 @@ +Subproject commit a2a352d7a7214f8c17b9bb5a4d2201b437567c86 diff --git a/README.md b/README.md new file mode 100644 index 0000000..dd1196b --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# www.19yuke2.cn + +合肥市南园学校19预科2班纪念站项目 + +## 使用 + +### 克隆 + +```bash +git clone --recurse-submodules https://git.thehrz.net/19yuke2-project/www.19yuke2.cn +``` \ No newline at end of file