This commit is contained in:
2025-11-06 11:01:13 +08:00
commit 661fcfe255
11 changed files with 920 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# 如何安装
```bash
git clone <repository_url> <dir_name>
cd <dir_name>
git submodule update --init --recursive
```