refactor(biji-qianduan): 修改 Markdown 文件更新逻辑

- 将 createMarkdown 函数替换为 updateMarkdown 函数
- 此修改提高了 Markdown 文件的更新效率
This commit is contained in:
2025-07-31 11:49:51 +08:00
parent b38e97b8c3
commit 252a5c8503
2 changed files with 1 additions and 1 deletions

View File

@@ -619,7 +619,7 @@ const confirmImport = async () => {
return;
}
try {
await createMarkdown({
await updateMarkdown({
...fileToImport.value,
groupingId: importGroupId.value,
});