mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
🎨 支持设置悬浮窗弹出选项 https://github.com/siyuan-note/siyuan/issues/4781
This commit is contained in:
parent
a314f0ffc8
commit
911490c350
2 changed files with 3 additions and 2 deletions
|
|
@ -81,6 +81,7 @@ func Serve(fastMode bool) {
|
|||
host = "127.0.0.1"
|
||||
}
|
||||
|
||||
logging.LogInfof("boot kernel [fast=%v, port=%s]", fastMode, util.ServerPort)
|
||||
ln, err := net.Listen("tcp", host+":"+util.ServerPort)
|
||||
if nil != err {
|
||||
if !fastMode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue