mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-05 23:21:47 +01:00
Improve user guide entry (#10939)
* 将点击后会打开用户指南的「帮助」都改为「思源笔记用户指南」 * 修复西班牙语无法打开用户指南 * 去除「思源笔记」
This commit is contained in:
parent
d702379b0e
commit
dcdb179031
11 changed files with 11 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ export const setEmpty = (app: App) => {
|
|||
<svg class="b3-list-item__graphic"><use xlink:href="#iconFilesRoot"></use></svg><span class="fn__space"></span><span class="b3-list-item__text">${window.siyuan.languages.newNotebook}</span>
|
||||
</div>
|
||||
<div class="b3-list-item" id="emptyHelp">
|
||||
<svg class="b3-list-item__graphic"><use xlink:href="#iconHelp"></use></svg><span class="fn__space"></span><span class="b3-list-item__text">${window.siyuan.languages.help}</span>
|
||||
<svg class="b3-list-item__graphic"><use xlink:href="#iconHelp"></use></svg><span class="fn__space"></span><span class="b3-list-item__text">${window.siyuan.languages.userGuide}</span>
|
||||
</div>`;
|
||||
emptyElement.addEventListener("click", (event) => {
|
||||
let target = event.target as HTMLElement;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue