1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

feat(bounty): add error handler choice

This commit is contained in:
2023-11-20 17:28:55 +08:00
parent bbf3bf7c36
commit 2c19afdf26
8 changed files with 55 additions and 2 deletions
+10
View File
@@ -283,6 +283,16 @@
"display": "hide"
}
},
"Bounty": {
"OnError": {
"type": "select",
"value": "skip",
"option": [
"stop",
"skip"
]
}
},
"Highway": {
"Stage": {
"type": "select",
+5
View File
@@ -81,6 +81,11 @@ Cafe:
AutoAdjust: true
SecondCafe: true
Bounty:
OnError:
value: skip
option: [ stop, skip ]
Highway:
Stage:
value: 1
+1
View File
@@ -31,6 +31,7 @@ Daily:
- Scheduler
Bounty:
- Scheduler
- Bounty
- Highway
- DesertRailroad
- Schoolhouse