From 6d226f5b6b4f1027544e8bf6d81a6470c3d45a85 Mon Sep 17 00:00:00 2001 From: 5117600049 <511760049@qq.com> Date: Sun, 22 Jun 2025 23:14:47 +0800 Subject: [PATCH] =?UTF-8?q?JS=E8=84=9A=E6=9C=AC=EF=BC=9A=E6=89=93=E7=89=8C?= =?UTF-8?q?=E4=B8=80=E6=9D=A1=E9=BE=99=E4=BF=AE=E6=94=B9=E4=BA=86=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E5=86=85=E5=AE=B9=EF=BC=8C=E6=8F=8F=E8=BF=B0=E6=9B=B4?= =?UTF-8?q?=E5=8A=A0=E5=87=86=E7=A1=AE=20(#1165)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update manifest.json * Update main.js * Update main.js --- repo/js/七圣召唤七日历练全自动/main.js | 4 ++-- repo/js/七圣召唤七日历练全自动/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/repo/js/七圣召唤七日历练全自动/main.js b/repo/js/七圣召唤七日历练全自动/main.js index 177dffa0..eeb358e7 100644 --- a/repo/js/七圣召唤七日历练全自动/main.js +++ b/repo/js/七圣召唤七日历练全自动/main.js @@ -148,12 +148,12 @@ async function isTaskRefreshed(filePath, options = {}) { } if (shouldRefresh) { - notification.send(`任务已经刷新,执行脚本`); + notification.send(`七圣召唤七日历练周期已经刷新,执行脚本`); return true; } else { - notification.send(`任务未刷新,跳过脚本`); + notification.send(`七圣召唤七日历练未刷新,冷却还有${((nowTime - lastTime)/3600).toFixed(1)}小时`); return false; } diff --git a/repo/js/七圣召唤七日历练全自动/manifest.json b/repo/js/七圣召唤七日历练全自动/manifest.json index 9956ca1f..1578784f 100644 --- a/repo/js/七圣召唤七日历练全自动/manifest.json +++ b/repo/js/七圣召唤七日历练全自动/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "打牌一条龙", - "version": "1.9.4", + "version": "1.9.5", "description": "已添加 CD 管理,执行完后会检测是否全部挑战成功,之后会记录本次时间进入CD,如果想要重置请前往assets/weekly.txt中删除内容", "authors": [ {