From 495c3874a5d98d91925fde945c7607e251a4d95b Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 4 Nov 2024 17:08:15 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/13002 --- app/src/mobile/editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/mobile/editor.ts b/app/src/mobile/editor.ts index 0d3bba28e..16b41cb17 100644 --- a/app/src/mobile/editor.ts +++ b/app/src/mobile/editor.ts @@ -64,7 +64,7 @@ export const openMobileFileById = (app: App, id: string, action: TProtyleAction[ }, typewriterMode: true, preview: { - actions: ["mp-wechat", "zhihu"] + actions: ["mp-wechat", "zhihu", "yuque"] } }; if (window.siyuan.mobile.editor) {