Vanessa 2023-11-29 10:40:39 +08:00
parent 186e6c8b0a
commit 4d18964300

View file

@ -333,8 +333,9 @@ ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
path: pathPosix().join(getDisplayName(toPath[0], false, true), Lute.NewNodeID() + ".sy"),
title: replaceFileName(response.data.shorthandTitle),
md: response.data.shorthandContent,
}, () => {
}, (docResponse) => {
this.remove(item);
fetchPost("/api/format/netAssets2LocalAssets", {id: docResponse.data.id});
});
});