js,切换武器 (#595)

OCR版
This commit is contained in:
JJMdzh
2025-04-18 20:19:49 +08:00
committed by GitHub
parent ba8fe0cb0b
commit 347193cef2
3 changed files with 231 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
[
{
"name": "Character",
"type": "input-text",
"label": "角色名称(默认 纳西妲)"
},
{
"name": "Weapon",
"type": "input-text",
"label": "武器名称(默认 试作金珀)"
},
{
"name": "Element",
"type": "select",
"label": "=============\n\n选元素缩范围 非必填\n元素默认'物'=不选)",
"options": [
"物",
"火",
"水",
"草",
"雷",
"风",
"冰",
"岩",
]
},
{
"name": "pageScrollCount",
"type": "input-text",
"label": "默认:四行武器为一页\n最大滑页次数默认2)"
}
]