From 15106c810ba126e1a5b79298db9769f42d050e62 Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Thu, 8 Aug 2024 01:26:57 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E5=88=A0=E9=99=A4=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=A2=9E=E5=8A=A0=E4=BB=BB=E5=8A=A1=E5=90=8D=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/index.html b/app/templates/index.html index c5ff089..a97c1d2 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -421,7 +421,7 @@ }, 1); }, removeTask(index) { - if (confirm("确认删除吗?")) + if (confirm("确认删除任务 [#" + (index+1) + ": " + this.formData.tasklist[index].taskname + "] 吗?")) this.formData.tasklist.splice(index, 1); }, clearShareurlBan(task) {