mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-15 08:50:42 +08:00
This commit is contained in:
parent
6fc0915117
commit
f7fe5d68e7
@ -1316,6 +1316,12 @@
|
|||||||
task.addition = config_data.task_plugins_config_default;;
|
task.addition = config_data.task_plugins_config_default;;
|
||||||
this.formData.tasklist.push(task);
|
this.formData.tasklist.push(task);
|
||||||
this.showToast("剪贴板参数已成功导入任务", "success");
|
this.showToast("剪贴板参数已成功导入任务", "success");
|
||||||
|
// 滚到最下
|
||||||
|
setTimeout(() => {
|
||||||
|
$('#collapse_' + (this.formData.tasklist.length - 1)).collapse('show').on('shown.bs.collapse', () => {
|
||||||
|
this.scrollToX();
|
||||||
|
});
|
||||||
|
}, 1);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.showToast("解析剪贴板内容失败", "error");
|
this.showToast("解析剪贴板内容失败", "error");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user