Skip to content

Commit

Permalink
fix: 修复深眠入口进不去的问题。 修改一点文字描述 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
a16797 authored Oct 16, 2024
1 parent 2d7d7a5 commit 02f3fb6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
目前已有的功能:

- 启动/关闭游戏
- 收取荒原
- 收取荒原、魔精收取生产物品
- 每日心相(意志解析)
- 刷体力、最优材料关卡、活动关卡导航、吃糖选项
- 山麓的回音(肉鸽)
- 局外演绎、山麓的回音(肉鸽)
- 领取日常奖励
- 每周深眠域(使用游戏自带自动战斗)

Expand All @@ -29,6 +29,13 @@
_请注意!Windows 的电脑几乎全都是 x86_64 的,可能占 99.999%,除非你非常确定自己是 arm,否则别下这个!_
- 解压后运行 `MaaPiCli.exe` 即可

## 图形化界面

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

- [MFAWPF](https://github.com/SweetSmellFox/MFAWPF) 本项目是一个基于WPF框架开发的用户界面,旨在提供类似于MaaPiCli的功能
- 目前MFAWPF已经集成到 `M9A-win-x86_64-vXXX.zip`中,解压后运行 `MFAWPF.exe` 即可

### macOS

- 若使用 Intel 处理器,请下载 `M9A-macos-x86_64-vXXX.zip`
Expand All @@ -51,11 +58,7 @@
- 2.0 版本已支持 mumu 后台保活,会在 run task 时获取 mumu 最前台的 tab,并始终使用这个 tab(即使之后被切到后台了)
- 反馈问题请附上日志文件 `debug/maa.log`以及问题界面的截图,谢谢!

## 图形化界面

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

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

## How to build

Expand Down
4 changes: 0 additions & 4 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
}
],
"task": [
{
"name": "(不可用)日常任务顺序建议:启动游戏、收取荒原、每日心相、清体力、领取奖励、关闭游戏",
"entry": ""
},
{
"name": "启动游戏",
"entry": "StartUp"
Expand Down
4 changes: 2 additions & 2 deletions assets/resource/base/pipeline/limbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
170
],
"action": "Click",
"post_wait_freezes": 1,
"post_wait_freezes": 100,
"next": [
"ArtificialSleepwalkingAwards",
"LimboEntry",
Expand Down Expand Up @@ -453,4 +453,4 @@
],
"next": []
}
}
}

0 comments on commit 02f3fb6

Please sign in to comment.