mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-11 17:54:20 +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
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue