Files
bettergi-scripts-list/repo/js/DestroyArtifactsForMora/settings.json
起个名字好难的喵 69cc60a4fe feat: 通知摧毁获得的摩拉数量 (#3000)
* feat: 添加摧毁完毕通知

* feat: 添加获取摩拉数量通知
2026-03-26 15:20:15 +08:00

33 lines
710 B
JSON

[
{
"name": "number",
"type": "input-text",
"label": "摧毁数量(百) 或 摧毁次数"
},
{
"name": "oneStar",
"type": "checkbox",
"label": "摧毁一星圣遗物"
},
{
"name": "twoStar",
"type": "checkbox",
"label": "摧毁二星圣遗物"
},
{
"name": "threeStar",
"type": "checkbox",
"label": "摧毁三星圣遗物"
},
{
"name": "fourStar",
"type": "checkbox",
"label": "摧毁四星圣遗物"
},
{
"name": "moraDiff",
"type": "checkbox",
"label": "运行前后识别摩拉数量",
"default": "true"
}
]