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

@ -428,7 +428,7 @@ export const workspaceMenu = (app: App, rect: DOMRect) => {
window.siyuan.menus.menu.append(new MenuItem({type: "separator"}).element);
}
window.siyuan.menus.menu.append(new MenuItem({
label: window.siyuan.languages.help,
label: window.siyuan.languages.userGuide,
icon: "iconHelp",
click: () => {
mountHelp();