mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
📝 内核参数增加 --port https://github.com/siyuan-note/siyuan/issues/6344
This commit is contained in:
parent
fc4db17217
commit
a20a19182b
4 changed files with 7 additions and 76 deletions
|
|
@ -61,6 +61,7 @@ func BootMobile(container, appDir, workspaceDir, nativeLibDir, privateDataDir, l
|
|||
ThemesPath = filepath.Join(AppearancePath, "themes")
|
||||
IconsPath = filepath.Join(AppearancePath, "icons")
|
||||
Resident = true
|
||||
ServerPort = "6806"
|
||||
Container = container
|
||||
UserAgent = UserAgent + " " + Container
|
||||
httpclient.SetUserAgent(UserAgent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue