Files
bettergi-scripts-list/archive/js/切换武器 自定义/settings.json
起个名字好难的喵 d69f6e5bc6 地图追踪:香辛果新增30个 (#631)
* 完善归档路径

* 地图追踪:香辛果新增30个
2025-04-22 23:24:07 +08:00

61 lines
1.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"name": "Character",
"type": "select",
"label": "出战位号默认4",
"options": [
"1号位",
"2号位",
"3号位",
"4号位"
]
},
{
"name": "pageScrollCount",
"type": "input-text",
"label": "默认:四行为一页\n滑页次数默认0"
},
{
"name": "rightOffset",
"type": "select",
"label": "----------------------\n武器按【等级排序】:\n位于第几列默认1",
"options": [
"1",
"2",
"3",
"4",
]
},
{
"name": "downOffset",
"type": "select",
"label": "位于第几行默认1",
"options": [
"1",
"2",
"3",
"4",
"5"
]
},
{
"name": "Element",
"type": "select",
"label": "=============\n\n需选则出战外的角色时\n----------------------\n元素默认'物'=无)\n选元素缩范围 非必填",
"options": [
"火",
"水",
"草",
"雷",
"风",
"冰",
"岩",
"物",
]
},
{
"name": "Switching",
"type": "input-text",
"label": "----------------------\n切换次数默认0\n填入从出战位号\n向右切换多少次"
}
]