🎨 桌面端支持同时打开多个工作空间 https://github.com/siyuan-note/siyuan/issues/4567
This commit is contained in:
parent
9814f56aed
commit
a99cb898c4
1 changed files with 0 additions and 4 deletions
|
@ -76,10 +76,6 @@ func Serve(fastMode bool) {
|
|||
serveTemplates(ginServer)
|
||||
api.ServeAPI(ginServer)
|
||||
|
||||
if !fastMode && "prod" == util.Mode && util.ContainerStd == util.Container {
|
||||
killRunningKernel()
|
||||
}
|
||||
|
||||
var host string
|
||||
if model.Conf.System.NetworkServe || util.ContainerDocker == util.Container {
|
||||
host = "0.0.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue