自动杂货商购买 (#420)

This commit is contained in:
秋云
2025-03-10 17:31:27 +08:00
committed by GitHub
parent a2751908f5
commit 0c50ea3a63
9 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
[
{
"name": "稻妻杂货商",
"type": "checkbox",
"label": "是否前往稻妻杂货商购买杂货"
},
{
"name": "点击购买次数1",
"type": "input-text",
"label": "稻妻杂货商购买次数【默认11次】"
},
{
"name": "璃月杂货商",
"type": "checkbox",
"label": "是否前往璃月杂货商购买杂货"
},
{
"name": "点击购买次数2",
"type": "input-text",
"label": "璃月杂货商购买次数【默认12次】"
},
{
"name": "枫丹杂货商",
"type": "checkbox",
"label": "是否前往枫丹杂货商购买杂货"
},
{
"name": "点击购买次数3",
"type": "input-text",
"label": "枫丹杂货商购买次数【默认11次】"
},
{
"name": "稻妻志村屋店主",
"type": "checkbox",
"label": "是否前往稻妻志村屋店主购买【鱼肉10个、螃蟹10个】"
},
{
"name": "咖啡厅露泽店主",
"type": "checkbox",
"label": "是否前往枫丹咖啡厅露泽店主购买【咖啡豆100个】"
}//,
// {
// "name": "纳塔杂货商",
// "type": "checkbox",
// "label": "纳塔杂货商"
// },
// {
// "name": "点击购买次数4",
// "type": "input-text",
// "label": "默认循环点击9次"
// }
]