mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 03:04:21 +01:00
This commit is contained in:
parent
e2d9010fca
commit
7c23daab06
16 changed files with 35 additions and 19 deletions
|
|
@ -33,7 +33,11 @@ export const initFileTree = () => {
|
|||
<div class="b3-label">
|
||||
${window.siyuan.languages.fileTree22}
|
||||
<span class="fn__hr"></span>
|
||||
<input class="b3-text-field fn__block" id="largeFileWarningSize" type="number" min="2" max="10240" value="${window.siyuan.config.fileTree.largeFileWarningSize}">
|
||||
<div class="fn__flex">
|
||||
<input class="b3-text-field fn__flex-1" id="largeFileWarningSize" type="number" min="2" max="10240" value="${window.siyuan.config.fileTree.largeFileWarningSize}">
|
||||
<span class="fn__space"></span>
|
||||
<span class="ft__on-surface fn__flex-center">MB</span>
|
||||
</div>
|
||||
<div class="b3-label__text">${window.siyuan.languages.fileTree23}</div>
|
||||
</div>
|
||||
<div class="b3-label">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue