🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-03-22 16:14:07 +08:00
parent 47f6b46625
commit 63db95fb33
1 changed files with 2 additions and 0 deletions

View File

@ -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