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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user