feat: 添加通知功能并更新配置和文档 (#843)

- 在 settings.json 中添加 `isNotification` 配置项,支持通过 BGI 通知系统发送详细通知
- 更新 manifest.json 版本至 3.2,并添加标签和更新描述
- 修改 main.js,添加通知功能并在错误处理和运行时发送通知
- 更新 README.md,修复配置说明并移除可重跑标记
This commit is contained in:
ddaodan
2025-05-16 02:51:12 +08:00
committed by GitHub
parent af9854aa6c
commit 513dfe695a
4 changed files with 42 additions and 38 deletions

View File

@@ -16,7 +16,7 @@
{
"name": "country",
"type": "select",
"label": "国家(璃月和须弥路线不完整,仅测试使用)",
"label": "国家(璃月和须弥路线不完整,仅测试,不推荐使用)",
"options": [
"蒙德",
"璃月",
@@ -45,6 +45,11 @@
"name": "timeout",
"type": "input-text",
"label": "战斗超时时间单位秒默认120秒"
},
{
"name": "isNotification",
"type": "checkbox",
"label": "通过BGI通知系统发送详细通知"
}
]