mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 23:23:44 +08:00
Add: TaskBalancer (#1509)
* CoinManagement added, but malfunction * CoinManagement added, but malfunction * CoinManagement:Translation complete * CoinManagement:ready for testing * CoinManagement:ready for testing * CoinControl: Almost done, needs optimization/fix * Add: CoinControl, done with full test. * Add: TaskBalancer(experimental) * Add: TaskBalancer(experimental) * Remove legacy codes * Upt: Reform codes(Experimental) * Add:Task Balancer(Experimental) * Add:Task Balancer(Experimental) * Upt: config.py * Fix: Default value of CheckInterval * Upd: Minor translation adjustment * Upd: Minor translation adjustment * Upd: Revert the enable button and remove the CheckInterval * Fix: minor translation * Fix: additional trigger message caused by legacy code * Add: User-defined delay interval * Opt: Translation and default value of CoinLimit; Remove user-defined CheckInterval; Reform task sorting logic
This commit is contained in:
@@ -1053,6 +1053,27 @@
|
||||
"help": "當本地時間超過給定數值後,禁用所有活動任務,'2020-01-01 00:00:00' 表示不限制,觸發一次後時間將被重置\n設置後能防止活動結束後忘記關閉任務的事情發生"
|
||||
}
|
||||
},
|
||||
"TaskBalancer": {
|
||||
"_info": {
|
||||
"name": "任務平衡設置",
|
||||
"help": "防止運行活動圖時物資過低"
|
||||
},
|
||||
"Enable": {
|
||||
"name": "啟用任務平衡",
|
||||
"help": "啟用後,將於每次出擊後檢查物資量"
|
||||
},
|
||||
"CoinLimit": {
|
||||
"name": "保持物資大於X",
|
||||
"help": ""
|
||||
},
|
||||
"TaskCall": {
|
||||
"name": "物資過低時呼叫任務X",
|
||||
"help": "提醒: 玩家需提前設置好被調用的任務,否則將不會作用",
|
||||
"Main": "主線圖",
|
||||
"Main2": "主線圖-2",
|
||||
"Main3": "主線圖-3"
|
||||
}
|
||||
},
|
||||
"EventDaily": {
|
||||
"_info": {
|
||||
"name": "活動每日",
|
||||
|
||||
Reference in New Issue
Block a user