mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
* Opt: ActionPointBuyLimit * Add multi-lang translation * Solve null return * Disable but preserve old format * Rewrite minor translation; reform buy functions * Add attr redirection * Update action_point.py * Fix:missing os_handler.py * Fix:replace str with bool * Fix:replace str with bool * Fix:replace str with bool * Fix:replace str with bool
This commit is contained in:
@@ -7479,9 +7479,17 @@
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"BuyActionPoint": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
"BuyActionPointLimit": {
|
||||
"type": "select",
|
||||
"value": 0,
|
||||
"option": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
]
|
||||
},
|
||||
"OilLimit": {
|
||||
"type": "input",
|
||||
|
||||
Reference in New Issue
Block a user