mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
16f0599cfb
commit
876970c1f2
1 changed files with 3 additions and 3 deletions
|
|
@ -174,13 +174,13 @@ const setKey = () => {
|
||||||
const dialog = new Dialog({
|
const dialog = new Dialog({
|
||||||
title: window.siyuan.languages.syncConfGuide1,
|
title: window.siyuan.languages.syncConfGuide1,
|
||||||
content: `<div class="b3-dialog__content ft__center">
|
content: `<div class="b3-dialog__content ft__center">
|
||||||
<img style="height: 120px" src="/stage/images/sync-guide.svg"/>
|
<img style="width: 260px" src="/stage/images/sync-guide.svg"/>
|
||||||
<div class="fn__hr--b"></div>
|
<div class="fn__hr--b"></div>
|
||||||
<div class="ft__on-surface">${window.siyuan.languages.syncConfGuide2}</div>
|
<div class="ft__on-surface">${window.siyuan.languages.syncConfGuide2}</div>
|
||||||
<div class="fn__hr--b"></div>
|
<div class="fn__hr--b"></div>
|
||||||
<input class="b3-text-field fn__size200 ft__center" placeholder="${window.siyuan.languages.passphrase}">
|
<input class="b3-text-field fn__block ft__center" placeholder="${window.siyuan.languages.passphrase}">
|
||||||
<div class="fn__hr"></div>
|
<div class="fn__hr"></div>
|
||||||
<button class="b3-button fn__size200" id="initKeyByPW">
|
<button class="b3-button fn__block" id="initKeyByPW">
|
||||||
<svg><use xlink:href="#iconHand"></use></svg>${window.siyuan.languages.genKeyByPW}
|
<svg><use xlink:href="#iconHand"></use></svg>${window.siyuan.languages.genKeyByPW}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue