🎨 桌面端支持同时打开多个工作空间 https://github.com/siyuan-note/siyuan/issues/4567

This commit is contained in:
Liang Ding 2023-01-04 18:42:10 +08:00
parent 9814f56aed
commit a99cb898c4
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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"