mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 桌面端托盘图标菜单加入菜单项 Fix https://github.com/siyuan-note/siyuan/issues/5046
This commit is contained in:
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user