Skip to content

Commit

Permalink
docs: 更新 MFAWPF 特殊设置部分的说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 authored Dec 29, 2024
1 parent e80e808 commit 35f2031
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions docs/zh_cn/manual/连接设置.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,30 @@ adb路径及adb(连接)地址请参考[连接设置 | MaaAssistantArknights](htt

## MFAWPF 特殊设置

### adb 额外参数

一般来说你不需要修改,保持 `{}` 即可。

对应 `debug/config.json``"AdbDevice"` `"Config"` 字段的值,
形如 `{"extras":{"ld":{"enable":true,"index":1,"path":"C:/leidian/LDPlayer9","pid":7524}}}`

### 模拟器启动参数

这个参数是启动/关闭需要用到的,点击主页-启动上方设置按钮后可以看到,依据个人需求设置。

| 品牌 | 启动参数 |
| --- | --- |
| MuMu | -v 多开号(从0开始) |
| 雷电 | index=多开号(从0开始) |
| MuMu | -v <多开号(从0开始)> |
| 雷电 | index=<多开号(从0开始)> |

### adb 额外参数
[!NOTE]
>
> `<多开号>` 在填写时需要被整体替换,注意空格。
`debug/config.json``"AdbDevice"``"Config"` 的值,
形如 `{"extras":{"ld":{"enable":true,"index":1,"path":"C:/leidian/LDPlayer9","pid":7524}}}`
### 更新功能

检查资源和资源更新对应着 M9A 的核心资源,
软件更新对应着 MFAWPF本体(通用UI)。

一般来说,更新资源是必要的,我们可能在更新中修复了已知bug/添加了新功能。
软件更新是可选的,不影响 M9A 的运行。

0 comments on commit 35f2031

Please sign in to comment.