mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-19 03:59:51 +08:00
* 新增菈乌玛兽肉 * 新增菈乌玛兽肉 * 新增菈乌玛兽肉 * Update repo/js/DeerGameMeat/main.js Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * 新增菈乌玛兽肉 --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
26 lines
482 B
JSON
26 lines
482 B
JSON
[
|
|
{
|
|
"name": "enableDampDetection",
|
|
"type": "checkbox",
|
|
"default": true,
|
|
"label": "启用潮湿状态检测"
|
|
},
|
|
{
|
|
"name": "maxWaitAttempts",
|
|
"type": "input-text",
|
|
"default": "5",
|
|
"label": "最大等待次数"
|
|
},
|
|
{
|
|
"name": "enableHighRiskRoutes",
|
|
"type": "checkbox",
|
|
"default": true,
|
|
"label": "运行高危路线"
|
|
},
|
|
{
|
|
"name": "partyName",
|
|
"type": "input-text",
|
|
"default": "",
|
|
"label": "队伍名称"
|
|
}
|
|
] |