Files
bettergi-scripts-list/repo/js/AutoMonday/settings.json
江紫烟owo d9cf6f7978 AutoMonday-V1.0 (#1959)
包含晶蝶诱捕装置、爱可菲做菜和质变仪,以大地图左上角晶蝶诱捕完成图标为依据判定来确认三者cd是否刷新
2025-09-21 01:50:36 +08:00

40 lines
904 B
JSON
Raw 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文件及注意事项并做好了相关设置",
"default": "false"
},
{
"name": "ifAkf",
"type": "checkbox",
"label": "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n\n是否拥有爱可菲",
"default": "false"
},
{
"name": "TEAMname",
"type": "input-text",
"label": "包含爱可菲的队伍(没有爱可菲可以不填)"
},
{
"name": "Material",
"type": "select",
"label": "要放入质变仪的材料(选填,默认薄荷)",
"options": [
"牛角",
"苹果",
"日落果",
"泡泡桔",
"白铁块",
"薄荷",
"菜",
"鸡腿",
"蘑菇",
"鸟蛋",
"兽肉",
"水晶块",
"甜甜花"
],
"default": "薄荷"
}
]