[ { "name": "notice", "type": "checkbox", "label": "通过BGI通知系统发送详细通知" }, { "name": "smithyName", "type": "select", "label": "选择铁匠铺(默认:枫丹铁匠铺)", "options": [ "蒙德铁匠铺", "璃月铁匠铺", "稻妻铁匠铺", "须弥铁匠铺", "枫丹铁匠铺" ] }, { "name": "forgedOrNot", "type": "select", "label": "是否进行锻造(默认:是)\n可用于仅领取锻造", "options": [ "是", "否" ] }, { "name": "ore", "type": "select", "label": "当矿石未能识别时依次使用\n锻造用矿(默认:水晶块)", "options": [ "水晶块", "萃凝晶", "星银矿石", //"白铁块", //"铁块", "紫晶块" ] }, { "name": "secondaryOre", "type": "select", "label": "备用矿石1(默认:萃凝晶)", "options": [ "水晶块", "萃凝晶", //"星银矿石", //"白铁块", //"铁块", "紫晶块" ] }, { "name": "tertiaryOre", "type": "select", "label": "备用矿石2(默认:紫晶块)", "options": [ "水晶块", "萃凝晶", //"星银矿石", //"白铁块", //"铁块", "紫晶块" ] } ]