铁匠铺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>
This commit is contained in:
呱呱z
2025-05-20 02:44:01 +08:00
committed by GitHub
parent a58b1501e2
commit b16ee3fe00
4 changed files with 112 additions and 62 deletions

View File

@@ -1,17 +1,22 @@
[
{
"name": "smithyName", // 变量名在js内使用 settings.变量名 获取对应的配置值
"type": "select", // 类型
"label": "选择铁匠铺(默认:枫丹铁匠铺)",
"options": [
"蒙德铁匠铺",
"璃月铁匠铺",
"稻妻铁匠铺",
"须弥铁匠铺",
"枫丹铁匠铺"
]
},
{
{
"name": "notice",
"type": "checkbox",
"label": "通过BGI通知系统发送详细通知"
},
{
"name": "smithyName",
"type": "select",
"label": "选择铁匠铺(默认:枫丹铁匠铺)",
"options": [
"蒙德铁匠铺",
"璃月铁匠铺",
"稻妻铁匠铺",
"须弥铁匠铺",
"枫丹铁匠铺"
]
},
{
"name": "ore",
"type": "select",
"label": "锻造用矿(默认:水晶块)",
@@ -24,4 +29,4 @@
"萃凝晶"
]
}
]
]