🎨 桌面端托盘图标菜单加入菜单项 Fix https://github.com/siyuan-note/siyuan/issues/5046
This commit is contained in:
parent
dc9227aef4
commit
a705a690b4
1 changed files with 6 additions and 0 deletions
|
@ -393,6 +393,12 @@ const boot = () => {
|
|||
shell.openExternal('https://github.com/siyuan-note/siyuan')
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '中文反馈',
|
||||
click: () => {
|
||||
shell.openExternal('https://ld246.com/article/1649901726096')
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Quit',
|
||||
click: () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue