doc: Update 1.2-常见问题.md

This commit is contained in:
Lancarus
2023-10-01 13:47:15 +08:00
committed by GitHub
parent 34e46e653e
commit bf84f465a2

View File

@@ -103,7 +103,7 @@ icon: ph:question-fill
如果你启用了多开功能或是安装了多个模拟器核心,那么你需要进行额外设置来指定使用的模拟器编号
:::
`gui.json`添加 `Bluestacks.Config.Keyword` 字段,内容为`"bst.instance.模拟器编号.status.adb_port"`,模拟器编号可在模拟器路径的`BlueStacks_nxt\Engine`中看到
`gui.json`搜索 `Bluestacks.Config.Keyword` 字段,内容为`"bst.instance.模拟器编号.status.adb_port"`,模拟器编号可在模拟器路径的`BlueStacks_nxt\Engine`中看到
::: details 示例
@@ -134,7 +134,7 @@ MAA 现在会尝试从注册表中读取 `bluestacks.conf` 的存储位置,当
2. 如果是第一次使用,请开启一次 MAA会在 MAA 的 `config` 目录下生成 `gui.json`
3. **先关闭** MAA**然后** 打开 `gui.json`,找到 `Configurations` 下的当前配置名字段(可在 设置-切换配置 中查看,默认为 `Default`),在其中新增一个字段 `Bluestacks.Config.Path`,填入 `bluestacks.conf` 的完整路径。(注意斜杠要用转义 `\\`<br>
3. **先关闭** MAA**然后** 打开 `gui.json`,找到 `Configurations` 下的当前配置名字段(可在 设置-切换配置 中查看,默认为 `Default`),在其中搜索字段 `Bluestacks.Config.Path`,填入 `bluestacks.conf` 的完整路径。(注意斜杠要用转义 `\\`<br>
::: details 示例
`C:\ProgramData\BlueStacks_nxt\bluestacks.conf` 为例