update gameparam.json

This commit is contained in:
sk 2024-04-12 11:52:58 +08:00
parent cbf0c4e6ed
commit 086681019b
1 changed files with 4 additions and 1 deletions

View File

@ -13,4 +13,7 @@ git submodule update --init --recursive
git submodule update --remote
```
### 代码提交
#### 设置拉取主仓库同时拉取子仓库
```
git config --global submodule.recurse true
```