Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
1ed4785619
2 changed files with 21 additions and 3 deletions
|
@ -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: () => {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue