mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 01:59:33 +08:00
fix: 去掉异步执行,添加可配置项
This commit is contained in:
@@ -53,6 +53,8 @@ bool asst::GeneralConfig::parse(const json::value& json)
|
||||
}
|
||||
m_options.depot_export_template.ark_planner =
|
||||
options_json.get("depotExportTemplate", "arkPlanner", std::string());
|
||||
m_options.debug.clean_files_freq = options_json.get("debug", "cleanFilesFreq", 100);
|
||||
m_options.debug.max_debug_file_num = options_json.get("debug", "maxDebugFileNum", 1000);
|
||||
}
|
||||
|
||||
for (const auto& [client_type, intent_name] : json.at("intent").as_object()) {
|
||||
|
||||
Reference in New Issue
Block a user