Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo98 authored Aug 3, 2024
1 parent 787842b commit ce27f11
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,28 +64,11 @@

2. 运行 `install/MaaPiCli.exe`

5. 完成开发工作后,上传您的代码并发布版本。

```bash
# 配置 git 信息(仅第一次需要,后续不用再配置)
git config user.name "您的 GitHub 昵称"
git config user.email "您的 GitHub 邮箱"
# 提交修改
git add .
git commit -m "XX 新功能"
git push origin HEAD -u
```

6. 发布您的版本

需要先修改仓库设置 `Settings` - `Actions` - `General` - `Read and write permissions` - `Save`

```bash
# CI 检测到 tag 会自动进行发版
git tag v1.0.0
git push origin v1.0.0
```
5. 打开Mumu12模拟器,按要求修改游戏设置,启动测试程序
```bash
python ./src/main.py
```


## 生态共建

Expand Down

0 comments on commit ce27f11

Please sign in to comment.