mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
🎨 桌面端托盘图标菜单加入菜单项 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')
|
shell.openExternal('https://github.com/siyuan-note/siyuan')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '中文反馈',
|
||||||
|
click: () => {
|
||||||
|
shell.openExternal('https://ld246.com/article/1649901726096')
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Quit',
|
label: 'Quit',
|
||||||
click: () => {
|
click: () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue