🎨 桌面端内核进程使用随机端口 https://github.com/siyuan-note/siyuan/issues/4952

This commit is contained in:
Liang Ding 2022-10-25 10:21:14 +08:00
parent a20a19182b
commit bb90e72eee
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
10 changed files with 50 additions and 0 deletions

View file

@ -341,6 +341,7 @@ declare interface IConfig {
uploadErrLog: boolean
downloadInstallPkg: boolean
networkServe: boolean
fixedPort: boolean
useExistingDB: boolean
}
localIPs: string[]