This commit is contained in:
Daniel 2025-05-18 10:53:40 +08:00
parent ca93066171
commit 248c0c1704
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 8 additions and 3 deletions

View file

@ -266,6 +266,7 @@ export class Preview {
} else if (type === "yuque") {
fetchPost("/api/lute/copyStdMarkdown", {
id: protyle.block.rootID,
assetsDestSpace2Underscore: true,
}, (response) => {
writeText(response.data);
showMessage(`${window.siyuan.languages.pasteToYuque}`);