mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 14:27:00 +08:00
fix: BuyActionPointLimit
This commit is contained in:
@@ -7480,9 +7480,17 @@
|
|||||||
"type": "checkbox",
|
"type": "checkbox",
|
||||||
"value": true
|
"value": true
|
||||||
},
|
},
|
||||||
"BuyActionPoint": {
|
"BuyActionPointLimit": {
|
||||||
"type": "checkbox",
|
"type": "select",
|
||||||
"value": false
|
"value": 0,
|
||||||
|
"option": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
3,
|
||||||
|
4,
|
||||||
|
5
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"OilLimit": {
|
"OilLimit": {
|
||||||
"type": "input",
|
"type": "input",
|
||||||
|
|||||||
Reference in New Issue
Block a user