JS:战斗好感:自动好感度&卡时间 1.4.2 (#1602)

v1.4.2新增拾取模式,能选择不拾取
避免每天运行,拾取過多不能分解的掉落物,导至不能分解的掉落物逹致上限
This commit is contained in:
this-Fish
2025-08-16 09:41:17 +08:00
committed by GitHub
parent ac0160d0b8
commit bd5fc7aca5
5 changed files with 27 additions and 7 deletions

View File

@@ -1,4 +1,14 @@
[
{
"name": "pickupMode",
"type": "select",
"label": "拾取模式",
"options": [
"自动拾取",
"不拾取"
],
"default": "自动拾取"
},
{
"name": "enemyType",
"type": "select",