fix: 错误提示信息 (#844)

* feat: 添加通知功能并更新配置和文档

- 在 settings.json 中添加 `isNotification` 配置项,支持通过 BGI 通知系统发送详细通知
- 更新 manifest.json 版本至 3.2,并添加标签和更新描述
- 修改 main.js,添加通知功能并在错误处理和运行时发送通知
- 更新 README.md,修复配置说明并移除可重跑标记

* fix: 错误提示信息
This commit is contained in:
ddaodan
2025-05-16 03:03:59 +08:00
committed by GitHub
parent cf2cd7f5ea
commit f0d46dec90

View File

@@ -12,6 +12,8 @@ let strategyName = ""; // 任务策略名称
let retryCount = 0; // 重试次数
let marksStatus = true; // 自定义标记状态
let currentRunTimes = 0; // 当前运行次数
let isNotification = false; // 是否发送通知
/**
* 主函数 - 脚本入口点
*/