Compare commits

...

2 Commits

Author SHA1 Message Date
physligl
1fdda34d9f update repo.json
Some checks failed
Build repo.json / build (18.x) (push) Has been cancelled
Build repo.json / upload (push) Has been cancelled
2025-05-15 19:04:28 +00:00
ddaodan
f0d46dec90 fix: 错误提示信息 (#844)
* feat: 添加通知功能并更新配置和文档

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

* fix: 错误提示信息
2025-05-16 03:03:59 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"time": "20250516025347",
"time": "20250516030427",
"url": "https://github.com/babalae/bettergi-scripts-list/archive/refs/heads/main.zip",
"file": "repo.json",
"indexes": [
@@ -45836,7 +45836,7 @@
"tags": [
"地脉花"
],
"lastUpdated": "2025-05-16 02:51:12"
"lastUpdated": "2025-05-16 03:03:59"
},
{
"name": "AutoNobushi",

View File

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