mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 22:55:02 +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:
@@ -1929,9 +1929,15 @@
|
||||
"name": "OpsiGeneral.UseLogger.name",
|
||||
"help": "OpsiGeneral.UseLogger.help"
|
||||
},
|
||||
"BuyActionPoint": {
|
||||
"name": "OpsiGeneral.BuyActionPoint.name",
|
||||
"help": "OpsiGeneral.BuyActionPoint.help"
|
||||
"BuyActionPointLimit": {
|
||||
"name": "OpsiGeneral.BuyActionPointLimit.name",
|
||||
"help": "OpsiGeneral.BuyActionPointLimit.help",
|
||||
"0": "0",
|
||||
"1": "1",
|
||||
"2": "2",
|
||||
"3": "3",
|
||||
"4": "4",
|
||||
"5": "5"
|
||||
},
|
||||
"OilLimit": {
|
||||
"name": "OpsiGeneral.OilLimit.name",
|
||||
|
||||
Reference in New Issue
Block a user