AutoDomainCustomizable - 0.10 (#3108)

* V0.10

* 调整战斗策略设置方式
* 在显示日志中新增说明
* 读我文件排版
* 调试模式新增显示传入参数

* 修正刷完樹脂模式

修正刷完樹脂模式的邏輯

* 修正設置文字

修正刷完模式的文字描述
This commit is contained in:
FFA
2026-04-12 12:34:12 +08:00
committed by GitHub
parent 98c6367e7a
commit f9ee9f4ce5
4 changed files with 176 additions and 123 deletions

View File

@@ -92,16 +92,10 @@
"label": "自动切换到指定队伍 (支持正则)",
"default": ""
},
{
"name": "CombatStrategyFile",
"type": "input-text",
"label": "战斗策略",
"default": ""
},
{
"name": "RunUntilResinDepleted",
"type": "checkbox",
"label": "刷取至树脂耗尽 (优先用原粹后用浓缩)",
"label": "刷取至树脂耗尽 (依树脂刷取顺序)",
"default": false
},
{
@@ -150,6 +144,19 @@
"options": ["1", "2", "3", "4"],
"default": "4"
},
{
"name": "CombatStrategyType",
"type": "select",
"label": "战斗策略选择",
"options": ["根据队伍自动选择(指定策略无效)", "指定战斗策略"],
"default": "根据队伍自动选择(指定策略无效)"
},
{
"name": "SpecifiedCombatStrategy",
"type": "input-text",
"label": "指定战斗策略名称 (不含.txt)",
"default": ""
},
{
"name": "FightEndDelay",
"type": "input-text",
@@ -168,4 +175,4 @@
"label": "启用调试模式",
"default": false
}
]
]