mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 切换回通过 IP 127.0.0.1 加载 https://github.com/siyuan-note/siyuan/issues/6381
This commit is contained in:
parent
9dd6ac48de
commit
20ab9dd5a9
8 changed files with 10 additions and 10 deletions
|
|
@ -290,7 +290,7 @@ const (
|
|||
ContainerAndroid = "android" // Android 端
|
||||
ContainerIOS = "ios" // iOS 端
|
||||
|
||||
LocalHost = "localhost" // 本地域名,由操作系统自动解析到 127.0.0.1
|
||||
LocalHost = "127.0.0.1" // 伺服地址
|
||||
FixedPort = "6806" // 固定端口
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue