init: initial commit

This commit is contained in:
thehrz 2023-08-03 14:03:03 +08:00
commit 5b5827d9a0
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
3 changed files with 15 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "19yuke2-frontend"]
path = 19yuke2-frontend
url = https://git.thehrz.net/19yuke2-project/19yuke2-frontend

1
19yuke2-frontend Submodule

@ -0,0 +1 @@
Subproject commit a2a352d7a7214f8c17b9bb5a4d2201b437567c86

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# www.19yuke2.cn
合肥市南园学校19预科2班纪念站项目
## 使用
### 克隆
```bash
git clone --recurse-submodules https://git.thehrz.net/19yuke2-project/www.19yuke2.cn
```