Improve user guide entry (#10939)

* 将点击后会打开用户指南的「帮助」都改为「思源笔记用户指南」

* 修复西班牙语无法打开用户指南

* 去除「思源笔记」
This commit is contained in:
Jeffrey Chen 2024-04-08 23:06:11 +08:00 committed by GitHub
parent d702379b0e
commit dcdb179031
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 11 additions and 5 deletions

View file

@ -194,7 +194,7 @@ export const newCenterEmptyTab = (app: App) => {
</div>
<div class="b3-list-item" id="editorEmptyHelp">
<svg class="b3-list-item__graphic"><use xlink:href="#iconHelp"></use></svg>
<span>${window.siyuan.languages.help}</span>
<span>${window.siyuan.languages.userGuide}</span>
</div>
</div>`,
callback(tab: Tab) {