mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
✨ 数据同步支持接入第三方云端存储 https://github.com/siyuan-note/siyuan/issues/6446 https://github.com/siyuan-note/siyuan/issues/6426
This commit is contained in:
parent
be2505f598
commit
24b5c5cc80
1 changed files with 2 additions and 2 deletions
|
|
@ -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: `<div class="account" style="background-color: var(--b3-theme-background)">${account.genHTML()}</div>`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue