1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 10:21:30 +08:00

Upd: [MAA] Update MaaFight.Series values and options to include DISABLE and AUTO (#4827)

This commit is contained in:
travellerse
2025-05-24 23:07:34 +08:00
committed by GitHub
parent 8d61802fd1
commit 14ff6ab8ae
8 changed files with 29 additions and 15 deletions

View File

@@ -215,8 +215,10 @@
},
"Series": {
"type": "select",
"value": 1,
"value": 0,
"option": [
-1,
0,
1,
2,
3,
@@ -328,8 +330,10 @@
},
"Series": {
"type": "select",
"value": 1,
"value": 0,
"option": [
-1,
0,
1,
2,
3,
@@ -441,8 +445,10 @@
},
"Series": {
"type": "select",
"value": 1,
"value": 0,
"option": [
-1,
0,
1,
2,
3,

View File

@@ -67,8 +67,8 @@ MaaFight:
Stone: null
Times: null
Series:
value: 1
option: [ 1,2,3,4,5,6 ]
value: 0
option: [ -1,0,1,2,3,4,5,6 ]
Drops:
value: null
type: textarea