Files
江紫烟owo a0617b3898 AutoMonday - V1.4版本更新 (#2790)
* AutoMonday - V1.4版本更新

1. 添加了每月兑换粉球蓝球的功能
2. 修复了一些bug

* Auto Monday- 1.4版本更新

做了些许改动
2026-01-28 15:34:25 +08:00

131 lines
3.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{
"name": "ifCheck",
"type": "checkbox",
"label": "我已认真阅读readme文件及注意事项并做好了相关设置"
},
{
"name": "username",
"type": "input-text",
"label": "+++++++++++++++++++++++++++++++++++++++\n\n账户名称单账户无需理会"
},
{
"name": "ifZBY",
"type": "checkbox",
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否执行质变仪&爱可菲任务"
},
{
"name": "ifAkf",
"type": "checkbox",
"label": "是否拥有爱可菲"
},
{
"name": "Material",
"type": "select",
"label": "要放入质变仪的材料",
"options": [
"牛角",
"苹果",
"日落果",
"泡泡桔",
"白铁块",
"薄荷",
"菜",
"鸡腿",
"蘑菇",
"鸟蛋",
"兽肉",
"水晶块",
"甜甜花"
],
"default": "薄荷"
},
{
"name": "chargingMethod",
"type": "select",
"label": "请选择质变仪&爱可菲的充能方法",
"options": [
"电气水晶充能",
"法器角色充能"
],
"default": "电气水晶充能"
},
{
"name": "TEAMname",
"type": "input-text",
"label": "质变队伍\n选择“拥有爱可菲”或“法器角色充能”时必填"
},
{
"name": "ifYB",
"type": "checkbox",
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否执行晶蝶诱捕装置任务"
},
{
"name": "ifCooking",
"type": "checkbox",
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否执行每周做菜任务"
},
{
"name": "food",
"type": "input-text",
"label": "要制作的食物",
"default": "提瓦特煎蛋"
},
{
"name": "cookCount",
"type": "input-text",
"label": "要制作的数量\n请确保材料足够",
"default": "20"
},
{
"name": "ifduanZao",
"type": "checkbox",
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否执行每周锻造任务"
},
{
"name": "mineral",
"type": "select",
"label": "要锻造的矿石\n需要锻造20次请确保材料足够",
"options": [
"锻造水晶块",
"锻造紫晶块",
"锻造萃凝晶"
],
"default": "锻造水晶块"
},
{
"name": "BossPartyName",
"type": "input-text",
"label": "+++++++++++++++++++++++++++++++++++++++\n\n进行战斗的队伍"
},
{
"name": "ifShouling",
"type": "checkbox",
"label": "是否执行每周首领击败任务"
},
{
"name": "ifMijing",
"type": "checkbox",
"label": "是否执行每周秘境挑战任务"
},
{
"name": "ifbuyNet",
"type": "checkbox",
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否购买四方八方之网"
},
{
"name": "ifbuyTzq",
"type": "checkbox",
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否购买提交投资券"
},
{
"name": "ifPink",
"type": "checkbox",
"label": "+++++++++++++++++++++++++++++++++++++++\n\n每月兑换粉球"
},
{
"name": "ifBlue",
"type": "checkbox",
"label": "每月兑换蓝球"
}
]