1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 10:15:35 +08:00

Add: 24h commission filter

This commit is contained in:
SarContDeli
2022-11-26 17:53:35 +08:00
parent ec054446b0
commit 41ca30edad
9 changed files with 50 additions and 9 deletions

View File

@@ -1165,9 +1165,11 @@
},
"PresetFilter": {
"name": "委托過濾器",
"help": "如果對委托的產出和收益沒有足夠的了解,不建議編寫自定義過濾器,建議使用預優化委托過濾器",
"help": "如果對委托的產出和收益沒有足夠的了解,不建議編寫自定義過濾器,建議使用預優化委托過濾器\n如果24小時運行刷緊急委託功能應當使用24小時版的過濾器\n不推薦在運行刷緊急委託功能的同時使用石油優先過濾器",
"chip": "心智優先",
"chip_24h": "心智優先24小時版",
"cube": "魔方優先",
"cube_24h": "魔方優先24小時版",
"oil": "石油優先",
"custom": "自定義"
},