mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-12 07:10:44 +08:00
✨ 删除任务增加任务名提示
This commit is contained in:
parent
a730b5c66c
commit
15106c810b
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user