Files
2026-03-22 21:52:52 +08:00

109 lines
2.3 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": "mode",
"type": "select",
"label": "运行模式",
"options": [
"固定数量模式",
"剩余数量模式"
],
"default": "固定数量模式"
},
{
"name": "notify",
"type": "checkbox",
"label": "通知"
},
{
"name": "n",
"type": "input-text",
"label": "队伍名称(包含伊涅芙的队伍)",
"default": ""
},
{
"name": "food",
"type": "select",
"label": "=============\n固定数量模式设置\n=============\n伊涅芙今天吃什么默认苹果",
"options": [
"苹果",
"日落果",
"泡泡桔",
"烛伞蘑菇",
"星蕈",
"活化的星蕈",
"枯焦的星蕈"
],
"default": "苹果"
},
{
"name": "foodNumber",
"type": "input-text",
"label": "食材数量\n想让伊涅芙吃多少个(单次)",
"default": "99"
},
{
"name": "runNumber",
"type": "input-text",
"label": "运行次数(想嘎伊涅芙多少次)",
"default": "1"
},
{
"name": "foods",
"type": "multi-checkbox",
"label": "=============\n剩余数量模式设置\n=============\n伊涅芙今天吃什么可多选",
"options": [
"苹果",
"日落果",
"泡泡桔",
"烛伞蘑菇",
"星蕈",
"活化的星蕈",
"枯焦的星蕈"
],
"default": [
"苹果"
]
},
{
"name": "remaining_苹果",
"type": "input-text",
"label": "苹果剩余数量",
"default": ""
},
{
"name": "remaining_日落果",
"type": "input-text",
"label": "日落果剩余数量",
"default": ""
},
{
"name": "remaining_泡泡桔",
"type": "input-text",
"label": "泡泡桔剩余数量",
"default": ""
},
{
"name": "remaining_烛伞蘑菇",
"type": "input-text",
"label": "烛伞蘑菇剩余数量",
"default": ""
},
{
"name": "remaining_星蕈",
"type": "input-text",
"label": "星蕈剩余数量",
"default": ""
},
{
"name": "remaining_活化的星蕈",
"type": "input-text",
"label": "活化的星蕈剩余数量",
"default": ""
},
{
"name": "remaining_枯焦的星蕈",
"type": "input-text",
"label": "枯焦的星蕈剩余数量",
"default": ""
}
]