mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-11 22:50:45 +08:00
This commit is contained in:
parent
f7fe5d68e7
commit
55e338f35c
@ -1312,8 +1312,8 @@
|
||||
}
|
||||
if (text) {
|
||||
try {
|
||||
const task = JSON.parse(text);
|
||||
task.addition = config_data.task_plugins_config_default;;
|
||||
let task = JSON.parse(text);
|
||||
task = { ...this.newTask, ...task };
|
||||
this.formData.tasklist.push(task);
|
||||
this.showToast("剪贴板参数已成功导入任务", "success");
|
||||
// 滚到最下
|
||||
|
||||
Loading…
Reference in New Issue
Block a user