From f80dd990f33748a753b553922ddbc867e8ec8887 Mon Sep 17 00:00:00 2001 From: zhbaor Date: Thu, 8 May 2025 22:15:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=A4=84=E7=90=86=E6=94=B9?= =?UTF-8?q?=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 4 ++-- project.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.js b/main.js index 3d24d27..6b7dded 100644 --- a/main.js +++ b/main.js @@ -54,7 +54,7 @@ ui.layout( - + @@ -280,7 +280,7 @@ ui.start.click(() => { w_timer = setInterval(() => { if (scheduler.idle && scheduler.next_time) { - task_time = new Date(scheduler.next_time.substring(0, 19)); + task_time = new Date(scheduler.next_time); next_time = format_time(task_time); remain_time = time_diff(task_time.getTime() - Date.now()); } else { diff --git a/project.json b/project.json index 10448de..49ba9b2 100644 --- a/project.json +++ b/project.json @@ -16,5 +16,5 @@ "packageName": "vip.zhaozuohong.mowernghelper", "scripts": {}, "versionCode": 2, - "versionName": "1.2.0" + "versionName": "1.3.0" }