1
0
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:
2024-09-01 02:02:55 +08:00
parent da48e99824
commit 83f0d9ab3a
10 changed files with 74 additions and 62 deletions

View File

@@ -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

View File

@@ -84,6 +84,7 @@ EmulatorInfo:
Error:
HandleError: true
SaveError: true
StrictRestart: false
OnePushConfig:
type: textarea
mode: yaml

View File

@@ -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 ====================