From 02f3fb6b9e25ec8e7767214253d779c81f6c4a28 Mon Sep 17 00:00:00 2001 From: a16797 <167970334@qq.com> Date: Wed, 16 Oct 2024 19:34:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B7=B1=E7=9C=A0?= =?UTF-8?q?=E5=85=A5=E5=8F=A3=E8=BF=9B=E4=B8=8D=E5=8E=BB=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82=20=E4=BF=AE=E6=94=B9=E4=B8=80=E7=82=B9?= =?UTF-8?q?=E6=96=87=E5=AD=97=E6=8F=8F=E8=BF=B0=20(#220)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++------ assets/interface.json | 4 ---- assets/resource/base/pipeline/limbo.json | 4 ++-- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1bba0f1..53865ab 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ 目前已有的功能: - 启动/关闭游戏 -- 收取荒原 +- 收取荒原、魔精收取生产物品 - 每日心相(意志解析) - 刷体力、最优材料关卡、活动关卡导航、吃糖选项 -- 山麓的回音(肉鸽) +- 局外演绎、山麓的回音(肉鸽) - 领取日常奖励 - 每周深眠域(使用游戏自带自动战斗) @@ -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` @@ -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 diff --git a/assets/interface.json b/assets/interface.json index 01b258b..7d2f178 100644 --- a/assets/interface.json +++ b/assets/interface.json @@ -28,10 +28,6 @@ } ], "task": [ - { - "name": "(不可用)日常任务顺序建议:启动游戏、收取荒原、每日心相、清体力、领取奖励、关闭游戏", - "entry": "" - }, { "name": "启动游戏", "entry": "StartUp" diff --git a/assets/resource/base/pipeline/limbo.json b/assets/resource/base/pipeline/limbo.json index 341584f..0783489 100644 --- a/assets/resource/base/pipeline/limbo.json +++ b/assets/resource/base/pipeline/limbo.json @@ -32,7 +32,7 @@ 170 ], "action": "Click", - "post_wait_freezes": 1, + "post_wait_freezes": 100, "next": [ "ArtificialSleepwalkingAwards", "LimboEntry", @@ -453,4 +453,4 @@ ], "next": [] } -} +} \ No newline at end of file