mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 06:11:24 +08:00
🎨 桌面端支持同时打开多个工作空间 https://github.com/siyuan-note/siyuan/issues/4567
This commit is contained in:
parent
9814f56aed
commit
a99cb898c4
@ -76,10 +76,6 @@ func Serve(fastMode bool) {
|
|||||||
serveTemplates(ginServer)
|
serveTemplates(ginServer)
|
||||||
api.ServeAPI(ginServer)
|
api.ServeAPI(ginServer)
|
||||||
|
|
||||||
if !fastMode && "prod" == util.Mode && util.ContainerStd == util.Container {
|
|
||||||
killRunningKernel()
|
|
||||||
}
|
|
||||||
|
|
||||||
var host string
|
var host string
|
||||||
if model.Conf.System.NetworkServe || util.ContainerDocker == util.Container {
|
if model.Conf.System.NetworkServe || util.ContainerDocker == util.Container {
|
||||||
host = "0.0.0.0"
|
host = "0.0.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user