From 24b5c5cc802b14ab513b3cf08efa42d54128127f Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 11 Nov 2022 19:55:39 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=95=B0=E6=8D=AE=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=94=AF=E6=8C=81=E6=8E=A5=E5=85=A5=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E4=BA=91=E7=AB=AF=E5=AD=98=E5=82=A8=20https://github.?= =?UTF-8?q?com/siyuan-note/siyuan/issues/6446=20https://github.com/siyuan-?= =?UTF-8?q?note/siyuan/issues/6426?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/sync/syncGuide.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/sync/syncGuide.ts b/app/src/sync/syncGuide.ts index 0215b6715..9056061b5 100644 --- a/app/src/sync/syncGuide.ts +++ b/app/src/sync/syncGuide.ts @@ -116,10 +116,10 @@ export const syncGuide = (element?: Element) => { return; } if (isMobile()) { - if (needSubscribe()) { + if (0 === window.siyuan.config.sync.provider && needSubscribe()) { return; } - } else if (needSubscribe("")) { + } else if (0 === window.siyuan.config.sync.provider && needSubscribe("")) { const dialog = new Dialog({ title: window.siyuan.languages.account, content: `
${account.genHTML()}
`,