From dc9227aef46b1bc7b6a4902d84882e7a61b222c8 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 30 May 2022 09:54:04 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=A1=8C=E9=9D=A2=E7=AB=AF=E6=89=98?= =?UTF-8?q?=E7=9B=98=E5=9B=BE=E6=A0=87=E8=8F=9C=E5=8D=95=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=A1=B9=20https://github.com/siyuan-note/si?= =?UTF-8?q?yuan/issues/5046?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/electron/main.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/electron/main.js b/app/electron/main.js index 61e029b47..963d6a63a 100644 --- a/app/electron/main.js +++ b/app/electron/main.js @@ -381,6 +381,18 @@ const boot = () => { mainWindow.hide() }, }, + { + label: 'Official Website', + click: () => { + shell.openExternal('https://b3log.org/siyuan/') + } + }, + { + label: 'Open Source', + click: () => { + shell.openExternal('https://github.com/siyuan-note/siyuan') + } + }, { label: 'Quit', click: () => {