Files
bettergi-scripts-list/repo/js/AutoLeyLineOutcrop/settings.json
ddaodan 513dfe695a feat: 添加通知功能并更新配置和文档 (#843)
- 在 settings.json 中添加 `isNotification` 配置项,支持通过 BGI 通知系统发送详细通知
- 更新 manifest.json 版本至 3.2,并添加标签和更新描述
- 修改 main.js,添加通知功能并在错误处理和运行时发送通知
- 更新 README.md,修复配置说明并移除可重跑标记
2025-05-16 02:51:12 +08:00

55 lines
1.4 KiB
JSON
Raw 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": "start",
"type": "checkbox",
"label": "请仔细阅读脚本介绍,并进行配置后勾选此项\n不勾选脚本不会运行"
},
{
"name": "leyLineOutcropType",
"type": "select",
"label": "地脉花类型",
"options": [
"蓝花(经验书)",
"黄花(摩拉)"
]
},
{
"name": "country",
"type": "select",
"label": "国家(璃月和须弥路线不完整,仅供测试,不推荐使用)",
"options": [
"蒙德",
"璃月",
"稻妻",
"须弥",
"枫丹",
"纳塔"
]
},
{
"name": "count",
"type": "input-text",
"label": "刷取次数默认6次"
},
{
"name": "team",
"type": "input-text",
"label": "战斗的队伍名称,不填表示不切换队伍"
},
{
"name": "friendshipTeam",
"type": "input-text",
"label": "好感队名称,不填表示不切换好感队"
},
{
"name": "timeout",
"type": "input-text",
"label": "战斗超时时间单位秒默认120秒"
},
{
"name": "isNotification",
"type": "checkbox",
"label": "通过BGI通知系统发送详细通知"
}
]