mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 16:26:09 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
1ffc5eafc0
21 changed files with 42 additions and 21 deletions
|
|
@ -148,8 +148,11 @@ export const syncGuide = (app?: App) => {
|
|||
return;
|
||||
}
|
||||
/// #if MOBILE
|
||||
if ((0 === window.siyuan.config.sync.provider && needSubscribe()) ||
|
||||
(0 !== window.siyuan.config.sync.provider && !isPaidUser())) {
|
||||
if (0 === window.siyuan.config.sync.provider) {
|
||||
if (needSubscribe()) {
|
||||
return
|
||||
}
|
||||
} else if (!isPaidUser()) {
|
||||
showMessage(window.siyuan.languages["_kernel"][214]);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue