1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-11 11:52:08 +08:00

DEBUG: save screenshots of Daily

This commit is contained in:
positnuec
2026-05-09 16:48:21 +08:00
parent c6acd48b83
commit e7060b45e1
9 changed files with 87 additions and 42 deletions

View File

@@ -454,6 +454,14 @@
"cn_gz_reverse_proxy"
]
},
"DailyRecord": {
"type": "select",
"value": "do_not",
"option": [
"do_not",
"save"
]
},
"ResearchRecord": {
"type": "select",
"value": "do_not",

View File

@@ -103,6 +103,9 @@ DropRecord:
API:
value: default
option: [ default, cn_gz_reverse_proxy]
DailyRecord:
value: do_not
option: [ do_not, save ]
ResearchRecord:
value: do_not
option: [ do_not, save, upload, save_and_upload ]