Vanessa 2024-05-22 17:47:27 +08:00
parent 0072541427
commit cef0c33341
3 changed files with 3 additions and 3 deletions

View file

@ -192,7 +192,7 @@ export const newCenterEmptyTab = (app: App) => {
<svg class="b3-list-item__graphic"><use xlink:href="#iconFilesRoot"></use></svg>
<span>${window.siyuan.languages.newNotebook}</span>
</div>
<div class="b3-list-item${isIPad() ? "fn__none" : ""}" id="editorEmptyHelp">
<div class="b3-list-item${isIPad() ? " fn__none" : ""}" id="editorEmptyHelp">
<svg class="b3-list-item__graphic"><use xlink:href="#iconHelp"></use></svg>
<span>${window.siyuan.languages.userGuide}</span>
</div>