archive js

This commit is contained in:
起个名字好难的喵
2025-07-28 12:14:10 +08:00
parent 72086ca2cd
commit e769482a79
103 changed files with 1649 additions and 1642 deletions

View File

@@ -0,0 +1,22 @@
[
{
"name": "route",
"type": "input-text",
"label": "进入尘歌壶以后寻找阿圆的路径\n填写规则方向键+空格+时间(单位:毫秒)\n多个路径用英文逗号隔开例如A 1000,S 1500,A 500"
},
{
"name": "itemsToBuy",
"type": "input-text",
"label": "想要购买的物品名称,支持只填写部分文字\n多个物品用英文逗号隔开例如祝圣精华,树脂"
},
{
"name": "skipCharacterReward",
"type": "checkbox",
"label": "不领取角色好感(注意是不领取)"
},
{
"name": "skipTreasureReward",
"type": "checkbox",
"label": "不领取洞天宝钱(注意是不领取)"
}
]