mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 17:33:45 +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": "EventGeneral.TimeLimit.help"
|
||||
}
|
||||
},
|
||||
"TaskBalancer": {
|
||||
"_info": {
|
||||
"name": "TaskBalancer._info.name",
|
||||
"help": "TaskBalancer._info.help"
|
||||
},
|
||||
"Enable": {
|
||||
"name": "TaskBalancer.Enable.name",
|
||||
"help": "TaskBalancer.Enable.help"
|
||||
},
|
||||
"CoinLimit": {
|
||||
"name": "TaskBalancer.CoinLimit.name",
|
||||
"help": "TaskBalancer.CoinLimit.help"
|
||||
},
|
||||
"TaskCall": {
|
||||
"name": "TaskBalancer.TaskCall.name",
|
||||
"help": "TaskBalancer.TaskCall.help",
|
||||
"Main": "Main",
|
||||
"Main2": "Main2",
|
||||
"Main3": "Main3"
|
||||
}
|
||||
},
|
||||
"EventDaily": {
|
||||
"_info": {
|
||||
"name": "EventDaily._info.name",
|
||||
|
||||
Reference in New Issue
Block a user