mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 14:12:34 +01:00
✨ 数据同步支持接入第三方云端存储 https://github.com/siyuan-note/siyuan/issues/6446 https://github.com/siyuan-note/siyuan/issues/6426
This commit is contained in:
parent
810093cd84
commit
31aa207e67
2 changed files with 4 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ const renderProvider = (provider: number) => {
|
|||
</div>`;
|
||||
}
|
||||
return `<div class="b3-label b3-label--noborder">
|
||||
正在使用官方同步啦啦啦
|
||||
${window.siyuan.languages.syncProviderIntro}
|
||||
</div>`;
|
||||
} else if (provider === 2) {
|
||||
return `<label class="b3-label b3-label--noborder fn__flex">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue