Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-05-18 11:07:50 +08:00
commit 8bd9becf45
7 changed files with 79 additions and 37 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}`);