mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
chore: debug 截图默认保存最近 10 张
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
"arkPlanner_Doc": "https://penguin-stats.cn/planner"
|
||||
},
|
||||
"debug": {
|
||||
"cleanFilesFreq": 50,
|
||||
"maxDebugFileNum": 100
|
||||
"cleanFilesFreq": 5,
|
||||
"maxDebugFileNum": 10
|
||||
}
|
||||
},
|
||||
"packageName": {
|
||||
|
||||
@@ -25,8 +25,8 @@ struct DepotExportTemplate
|
||||
|
||||
struct DebugConf
|
||||
{
|
||||
int clean_files_freq = 50;
|
||||
int max_debug_file_num = 100;
|
||||
int clean_files_freq = 5;
|
||||
int max_debug_file_num = 10;
|
||||
};
|
||||
|
||||
struct Options
|
||||
|
||||
Reference in New Issue
Block a user