JS脚本:刷肉添加定期前往神像选项及设置值

This commit is contained in:
起个名字好难
2025-01-26 00:28:41 +08:00
parent c4ede920b6
commit 8f4d872c28
4 changed files with 104 additions and 13 deletions

View File

@@ -12,11 +12,21 @@
{
"name": "UL",
"type": "checkbox",
"label": "是否开启刷兽肉模式"
"label": "开启刷兽肉模式"
},
{
"name": "inputValue",
"type": "input-text",
"label": "刷取个数(默认9999"
"label": "刷取个数(选填,默认9999"
},
{
"name": "gostatue",
"type": "checkbox",
"label": "开启定期前往七天神像"
},
{
"name": "statue",
"type": "input-text",
"label": "返回神像周期选填默认为5"
}
]