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