mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Opt: more strict failure check for restart sensitive tasks
This commit is contained in:
@@ -182,6 +182,10 @@
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"StrictRestart": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"OnePushConfig": {
|
||||
"type": "textarea",
|
||||
"value": "provider: null",
|
||||
@@ -6702,7 +6706,7 @@
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": true,
|
||||
"value": false,
|
||||
"option": [
|
||||
true,
|
||||
false
|
||||
@@ -6909,7 +6913,7 @@
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": true,
|
||||
"value": false,
|
||||
"option": [
|
||||
true,
|
||||
false
|
||||
@@ -6987,7 +6991,7 @@
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": true,
|
||||
"value": false,
|
||||
"option": [
|
||||
true,
|
||||
false
|
||||
@@ -7068,7 +7072,7 @@
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": true,
|
||||
"value": false,
|
||||
"option": [
|
||||
true,
|
||||
false
|
||||
@@ -8099,7 +8103,7 @@
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": true,
|
||||
"value": false,
|
||||
"option": [
|
||||
true,
|
||||
false
|
||||
|
||||
@@ -84,6 +84,7 @@ EmulatorInfo:
|
||||
Error:
|
||||
HandleError: true
|
||||
SaveError: true
|
||||
StrictRestart: false
|
||||
OnePushConfig:
|
||||
type: textarea
|
||||
mode: yaml
|
||||
|
||||
@@ -30,31 +30,15 @@ EventD:
|
||||
Commission:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
Tactical:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
Research:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
Dorm:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
Meowfficer:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
Guild:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
Reward:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
|
||||
# ==================== DailyReward ====================
|
||||
|
||||
Freebies:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
|
||||
# ==================== DailyMission ====================
|
||||
|
||||
# ==================== Opsi ====================
|
||||
|
||||
Reference in New Issue
Block a user