Files
bettergi-scripts-list/repo/js/铁匠铺/settings.json
呱呱z b16ee3fe00 铁匠铺1.4更新 (#883)
* Delete repo/js/铁匠铺/readme(25.05.15).md

* 铁匠铺1.4更新

--增加通知功能

* Add files via upload

* Update repo/js/铁匠铺/main.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update repo/js/铁匠铺/main.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update repo/js/铁匠铺/main.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: 秋云 <physligl@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-20 02:44:01 +08:00

32 lines
623 B
JSON

[
{
"name": "notice",
"type": "checkbox",
"label": "通过BGI通知系统发送详细通知"
},
{
"name": "smithyName",
"type": "select",
"label": "选择铁匠铺(默认:枫丹铁匠铺)",
"options": [
"蒙德铁匠铺",
"璃月铁匠铺",
"稻妻铁匠铺",
"须弥铁匠铺",
"枫丹铁匠铺"
]
},
{
"name": "ore",
"type": "select",
"label": "锻造用矿(默认:水晶块)",
"options": [
"水晶块",
"紫晶块",
//"星银矿石",
//"白铁块",
//"铁块",
"萃凝晶"
]
}
]