1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 08:59:05 +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": "自定义"
},