Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CCRcmcpe authored Mar 16, 2020
1 parent 0f57518 commit d51e06a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Auto Arknights
用于自动化明日方舟部分流程的程序,使用OpenCV进行图像识别、定位(识别按钮位置等),使用百度OCR API进行文字识别(获取理智和其他信息),使用ADB与明日方舟客户端交互。
## 构建
注意:目前尚处于开发阶段,`clone`下来不能构建实属正常。
注意:目前尚处于开发阶段,`clone`下来不能构建实属正常。
GUI目前还是处于半残阶段。
### 对于`Auto Arknights CLI`
#### Windows
运行其项目根目录下的`build.bat`
Expand All @@ -10,12 +11,9 @@
`dotnet publish -c Release -r [自己的Runtime]`
[自己的Runtime]: 请查阅 https://docs.microsoft.com/en-us/dotnet/core/rid-catalog
## 功能
已实现:
* 重复单关卡任意次

暂未实现:
* 重复单关卡直到理智耗尽
* 重复单关卡,在理智耗尽时等待恢复理智,恢复完毕后继续
+ [x] 重复单关卡任意次
+ [ ] 重复单关卡直到理智耗尽
+ [ ] 重复单关卡,在理智耗尽时等待恢复理智,恢复完毕后继续

## 关于
开发者并没有很多经验,如果有问题欢迎提出`issue`

0 comments on commit d51e06a

Please sign in to comment.