部分js做出调整 (#869)

* js小怪锄地规划返厂了多用户功能,同时在用户没有调节任何自定义配置时给予警告

* js精英也做出修改

* fix: grouping defaults into array.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: 秋云 <physligl@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
mno
2025-05-19 00:41:56 +08:00
committed by GitHub
parent 3b57abcb5e
commit 29062f3262
7 changed files with 162 additions and 106 deletions

View File

@@ -20,9 +20,9 @@
"label": "是否排除高危路线(默认:不排除)"
},
{
"name": "enableCooldownCheck",
"name": "disableCooldownCheck",
"type": "checkbox",
"label": "是否用刷新CD检测默认用)"
"label": "是否用刷新CD检测默认用)"
},
{
"name": "disableAutoPick",
@@ -32,11 +32,16 @@
{
"name": "requiredMonsterCount",
"type": "input-text",
"label": "所需怪物数量0-2000默认1800"
"label": "所需怪物数量0-2000默认1750"
},
{
"name": "weight",
"type": "input-text",
"label": "权重数值越大越强调效率而不是总收益默认2"
},
{
"name": "accountName",
"type": "input-text",
"label": "账户名,用于区分不同账号的信息"
}
]