From 191ffe02bbd66caec06df94e5d0b23355e908210 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sat, 29 Jan 2022 03:36:12 +0800 Subject: [PATCH] =?UTF-8?q?docs.=E6=9B=B4=E6=96=B0=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E8=A7=A3=E5=86=B3=E5=8A=9E=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++-- src/MeoAssistant/Version.h | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b62c21859..606029e4c4 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,22 @@ A Game Assistant for Arknights ### 连接错误/捕获模拟器窗口错误 -提示 : 请根据 [基本使用说明](../README.md#基本说明) 确定您的模拟器及打开方式正确 +提示 : 请根据 [使用说明](#使用说明) 确定您的模拟器及打开方式正确 - 方法 1: 使用 [自定义连接](#自定义连接) 的方式连接模拟器 -- 方法 2: 换模拟器,推荐 [蓝叠国际版](https://www.bluestacks.com/download.html) +- 方法 2: 换模拟器,推荐 [蓝叠国际版](https://www.bluestacks.com/download.html) Nougat 64 bit - 方法 3: _根本解决方法_ 编辑 `resource/config.json`, 修改(最好是新增)模拟器窗口句柄名,并修改对应的 adb 设置。若您修改后可以提 PR 给我,我会感激不尽的_(:з」∠)_ +### 识别错误/任务开始运行后一直不动、没有反应 + +提示 : 依次进行,若问题解决,则无需往下 + +1. 请根据 [模拟器支持情况](docs/模拟器支持.md) 确定您的模拟器是受支持的 +2. 修改模拟器分辨率设置,`320 dpi` +3. 修改模拟器分辨率设置,横屏 `1280 * 720` 分辨率 +4. 换模拟器,推荐 [蓝叠国际版](https://www.bluestacks.com/download.html) Nougat 64 bit +5. 若仍有问题,请提 issue + ### 自定义连接 - 下载 [adb](https://dl.google.com/android/repository/platform-tools-latest-windows.zip) ,将 `platform-tools` 文件夹解压到 `MeoAsstGui.exe` 的同级目录 diff --git a/src/MeoAssistant/Version.h b/src/MeoAssistant/Version.h index f664fedfbd..4210b50064 100644 --- a/src/MeoAssistant/Version.h +++ b/src/MeoAssistant/Version.h @@ -2,5 +2,5 @@ namespace asst { - constexpr static const char* Version = "v2.9.4"; + constexpr static const char* Version = "v2.9.5"; }