Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2022-05-30 10:21:08 +08:00
commit 1ed4785619
2 changed files with 21 additions and 3 deletions

View file

@ -381,6 +381,24 @@ 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: '中文反馈',
click: () => {
shell.openExternal('https://ld246.com/article/1649901726096')
}
},
{
label: 'Quit',
click: () => {

View file

@ -34,9 +34,9 @@ import (
goPS "github.com/mitchellh/go-ps"
)
//var Mode = "dev"
//
var Mode = "prod"
var Mode = "dev"
//var Mode = "prod"
const (
Ver = "2.0.14"