From cfa12800a790d935ba0a3643cb15a28ce33551d6 Mon Sep 17 00:00:00 2001 From: McDull-McDull <148782329+McDull-McDull@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:33:12 +0800 Subject: [PATCH 1/4] Send notification on successful check-in if enabled --- src/index.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index dceb516..b7070ae 100644 --- a/src/index.ts +++ b/src/index.ts @@ -303,7 +303,8 @@ interface TiebaTrackInfo { console.log('▶️ 步骤5: 发送通知 (由于签到失败而触发)'); await sendNotification(summaryText); } else if (process.env.ENABLE_NOTIFY === 'true') { - console.log('ℹ️ 签到全部成功,跳过通知发送'); + await sendNotification(summaryText); + console.log('ℹ️ 签到全部成功,已发送通知'); } else { console.log('ℹ️ 通知功能未启用,跳过通知发送'); } @@ -340,4 +341,4 @@ interface TiebaTrackInfo { console.log(`⏱️ 总执行时间: ${executionTime.toFixed(2)}秒`); console.log('=========================================='); } -})(); \ No newline at end of file +})(); From 82119616d1edddcf5e76e536cce8812c4c6db142 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Dec 2025 10:33:29 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=9E=84=E5=BB=BA:=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BC=96=E8=AF=91=E5=90=8E=E7=9A=84JavaScrip?= =?UTF-8?q?t=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index a3df685..cfd2bda 100644 --- a/dist/index.js +++ b/dist/index.js @@ -255,7 +255,8 @@ const notify_1 = require("./notify"); yield (0, notify_1.sendNotification)(summaryText); } else if (process.env.ENABLE_NOTIFY === 'true') { - console.log('ℹ️ 签到全部成功,跳过通知发送'); + yield (0, notify_1.sendNotification)(summaryText); + console.log('ℹ️ 签到全部成功,已发送通知'); } else { console.log('ℹ️ 通知功能未启用,跳过通知发送'); From 122bfd8139c6f62ad18179d3feac9972b1058619 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Jun 2026 13:05:09 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E4=BF=9D=E6=8C=81=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E6=B4=BB=E8=B7=83:=202026-06-01=2013:05:09?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/last_activity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/last_activity.md b/.github/last_activity.md index f30d3a3..29831ea 100644 --- a/.github/last_activity.md +++ b/.github/last_activity.md @@ -1 +1 @@ -上次活动时间: 2026-05-01 12:00:37 +上次活动时间: 2026-06-01 13:05:09 From 046debd8c887572f6e47d141c271e884d033df53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Jul 2026 12:45:16 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E4=BF=9D=E6=8C=81=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E6=B4=BB=E8=B7=83:=202026-07-01=2012:45:16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/last_activity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/last_activity.md b/.github/last_activity.md index a04e859..4b7dcfe 100644 --- a/.github/last_activity.md +++ b/.github/last_activity.md @@ -1 +1 @@ -上次活动时间: 2026-06-01 13:00:08 +上次活动时间: 2026-07-01 12:45:16