mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🔥 移除 --resident 和 --servePath 内核参数 Fix https://github.com/siyuan-note/siyuan/issues/6389
This commit is contained in:
parent
4559b03488
commit
3bd6c3fb20
6 changed files with 1 additions and 38 deletions
|
|
@ -61,7 +61,6 @@ func BootMobile(container, appDir, workspaceDir, nativeLibDir, privateDataDir, l
|
|||
ThemesPath = filepath.Join(AppearancePath, "themes")
|
||||
IconsPath = filepath.Join(AppearancePath, "icons")
|
||||
SnippetsPath = filepath.Join(DataDir, "snippets")
|
||||
Resident = true
|
||||
ServerPort = FixedPort
|
||||
Container = container
|
||||
UserAgent = UserAgent + " " + Container
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue