add: 增加了任务完成关闭游戏的功能

This commit is contained in:
DESKTOP-9PHO9TI\kenko
2022-06-26 00:36:49 +08:00
parent 2a769534d9
commit 90067a7ad7
14 changed files with 128 additions and 8 deletions

View File

@@ -44,6 +44,7 @@ bool asst::GeneralConfiger::parse(const json::value& json)
adb.screencap_encode = cfg_json.at("screencapEncode").as_string();
adb.release = cfg_json.at("release").as_string();
adb.start = cfg_json.at("start").as_string();
adb.stop = cfg_json.at("stop").as_string();
//adb.pullscreen = cfg_json.at("pullscreen").as_string();
m_adb_cfg[name] = std::move(adb);