From 63db95fb33a093b0b0e397f8a4d1e28b12710dcf Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Fri, 22 Mar 2024 16:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api2_0.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api2_0.js b/api2_0.js index 80f441a..e695738 100644 --- a/api2_0.js +++ b/api2_0.js @@ -175,6 +175,8 @@ function replaceVariables(type, val, row) { mes = prompt .replace("${start_time}", row.begin_time) .replace("${end_time}", row.end_time) + .replace("${effect_time_start}", row.begin_time) + .replace("${effect_time_end}", row.end_time) break } return mes