js: Switch weapon

This commit is contained in:
秋云
2025-03-29 15:06:58 +08:00
committed by GitHub
parent 538252a681
commit 2a7cedf102
5 changed files with 240 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
[
{
"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向右切换多少次"
}
]