Skip to content

Commit

Permalink
fix:修复铸币美学识别不到。修复每日任务领取时卡在领取奖励。 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
a16797 authored Sep 27, 2024
1 parent 5428218 commit ff735a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
- 提示“应用程序错误”,一般是缺少运行库,请安装一下 [vc_redist](https://aka.ms/vs/17/release/vc_redist.x64.exe)
- 添加 `-d` 参数可跳过交互直接运行任务,如 `./MaaPiCli.exe -d`
- 2.0 版本已支持 mumu 后台保活,会在 run task 时获取 mumu 最前台的 tab,并始终使用这个 tab(即使之后被切到后台了)
- 反馈问题请附上日志文件 `debug/maa.log`,谢谢!
- 反馈问题请附上日志文件 `debug/maa.log`以及问题界面的截图,谢谢!

## 图形化界面

目前暂无正式版 GUI,但有以下由社区大佬们贡献的 GUI 项目,欢迎使用!

- [M9AWPF](https://github.com/MLAcookie/M9AWPF) 拿 WPF 框架写的一个 M9A 的UI
- [MFAWPF](https://github.com/SweetSmellFox/MFAWPF) 本项目是一个基于WPF框架开发的用户界面,旨在提供类似于MaaPiCli的功能

## How to build

Expand Down
1 change: 0 additions & 1 deletion assets/resource/base/pipeline/awards.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"Awards/CollectSingleDailyAwards.png"
],
"action": "Click",
"post_wait_freezes": 1,
"roi": [
1075,
63,
Expand Down
4 changes: 3 additions & 1 deletion assets/resource/base/pipeline/combat.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@
"ResourceChapter_MAEnter": {
"recognition": "OCR",
"expected": [
"铸币"
"铸币",
"",
"美学"
],
"replace": [
"",
Expand Down

0 comments on commit ff735a3

Please sign in to comment.