From cdccf189745730f6ddccd838be702fc79ed02310 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 19 Oct 2025 18:06:00 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16152 --- app/src/protyle/export/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/protyle/export/index.ts b/app/src/protyle/export/index.ts index 6a4cfc985..8ab42b08e 100644 --- a/app/src/protyle/export/index.ts +++ b/app/src/protyle/export/index.ts @@ -711,6 +711,7 @@ id="preview">${data.data.content} }) }); `; + // 移动端导出 pdf if (typeof filePath === "undefined") { return html; }