diff --git a/biji-qianduan/src/components/HomePage.vue b/biji-qianduan/src/components/HomePage.vue index 844901d..bd525a9 100644 --- a/biji-qianduan/src/components/HomePage.vue +++ b/biji-qianduan/src/components/HomePage.vue @@ -619,7 +619,7 @@ const confirmImport = async () => { return; } try { - await createMarkdown({ + await updateMarkdown({ ...fileToImport.value, groupingId: importGroupId.value, }); diff --git a/mydatabase.db b/mydatabase.db index 5db0b01..49227e1 100644 Binary files a/mydatabase.db and b/mydatabase.db differ