mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
feat: 完成后选项 模拟器返回桌面 (#7185)
This commit is contained in:
@@ -87,6 +87,7 @@ bool asst::GeneralConfig::parse(const json::value& json)
|
||||
adb.chmod_minitouch = cfg_json.get("chmodMinitouch", base_cfg.chmod_minitouch);
|
||||
adb.call_minitouch = cfg_json.get("callMinitouch", base_cfg.call_minitouch);
|
||||
adb.call_maatouch = cfg_json.get("callMaatouch", base_cfg.call_maatouch);
|
||||
adb.back_to_home = cfg_json.get("back_to_home", base_cfg.back_to_home);
|
||||
|
||||
m_adb_cfg[cfg_json.at("configName").as_string()] = std::move(adb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user