Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiramei committed Oct 6, 2023
1 parent 3ef8501 commit 8d28e03
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ GUI预览图:

## 安装 Installation

Release中下载包,双击`Baas.exe`安装环境,请确保有梯子。
包文件当中有一个`no_update`,该文件存在时,本程序不作更新
当第一次环境安装完成(成功启动界面)后,后续也可以启动`quick_start.bat`,跳过检测快速启动。
如果你无法连接到模拟器,请在设置页面中设置adb端口号。

## 如何使用
- **由于 GUI 未完全开发完毕 一些参数设置**
Expand All @@ -49,17 +53,22 @@ GUI预览图:

项目目录下

"main.py" line 31,32
"main.py" line 33, 40, 41
> 33行代表截屏时间,设置高一点会截屏速度比较慢,但比较稳定
- **连接安卓模拟器**
- **打开exe点击启动即可**

## 正确地使用调度器

- 请在调度器启动前把开关设好,在运行中调整开关会导致不可控Bug
- 若想要调整任务执行与否,请先暂停调度然后开关
- 若需要设置任务间隔时间,请修改`core/event.json`目标项的`interval`,单位:秒
- 若需要任务跳过时间间隔,请设置上述文件对应任务的`next_tick`为0。


- ## 如何上报bug How to Report Bugs
- 在qq群内上传出错日志
- 在qq群内上传出错日志。
- 在ISSUE中发布你的错误信息。

## 已知问题 Known Issues

Expand Down

0 comments on commit 8d28e03

Please sign in to comment.