mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 00:05:02 +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