mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
bcdfc4e5df
commit
3dcd53e247
1 changed files with 18 additions and 7 deletions
|
|
@ -142,14 +142,25 @@ export const syncGuide = (element?: Element) => {
|
|||
return;
|
||||
}
|
||||
const manualDialog = new Dialog({
|
||||
title: window.siyuan.languages.syncMod3,
|
||||
title: window.siyuan.languages.syncMode3,
|
||||
content: `<div class="b3-dialog__content">
|
||||
<label>
|
||||
<input type="radio" name="upload" value="true"> upload
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" name="upload" value="false"> download
|
||||
</label>
|
||||
<label class="fn__flex b3-label">
|
||||
<input type="radio" name="upload" value="true">
|
||||
<span class="fn__space"></span>
|
||||
<div>
|
||||
upload
|
||||
<div class="b3-label__text">xxxx</div>
|
||||
</div>
|
||||
</label>
|
||||
<label class="fn__flex b3-label">
|
||||
<input type="radio" name="upload" value="false">
|
||||
<span class="fn__space"></span>
|
||||
<div>
|
||||
download
|
||||
<div class="b3-label__text">xxxx</div>
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="b3-dialog__action">
|
||||
<button class="b3-button b3-button--cancel">${window.siyuan.languages.cancel}</button><div class="fn__space"></div>
|
||||
<button class="b3-button b3-button--text">${window.siyuan.languages.confirm}</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue