mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-18 14:35:27 +01:00
🎨 Sign in to use S3/WebDAV data sync https://github.com/siyuan-note/siyuan/issues/8779
This commit is contained in:
parent
11c6ef6f6a
commit
1d2eddc3da
7 changed files with 7 additions and 7 deletions
|
|
@ -41,7 +41,7 @@ const renderProvider = (provider: number) => {
|
|||
const tip = `<div class="b3-label b3-label--inner">
|
||||
${window.siyuan.languages.syncThirdPartyProviderS3Intro}
|
||||
<div class="fn__hr"></div>
|
||||
${window.siyuan.languages.featureBetaStage}
|
||||
<em>${window.siyuan.languages.featureBetaStage}</em>
|
||||
<div class="fn__hr"></div>
|
||||
${window.siyuan.languages.syncThirdPartyProviderTip}
|
||||
</div>`;
|
||||
|
|
@ -99,7 +99,7 @@ const renderProvider = (provider: number) => {
|
|||
const tip = `<div class="b3-label b3-label--inner">
|
||||
${window.siyuan.languages.syncThirdPartyProviderWebDAVIntro}
|
||||
<div class="fn__hr"></div>
|
||||
${window.siyuan.languages.featureBetaStage}
|
||||
<em>${window.siyuan.languages.featureBetaStage}</em>
|
||||
<div class="fn__hr"></div>
|
||||
${window.siyuan.languages.syncThirdPartyProviderTip}
|
||||
</div>`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue