mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 通过域名 localhost 加载 https://github.com/siyuan-note/siyuan/issues/6381
This commit is contained in:
parent
0bc997051e
commit
cfb13f3b74
11 changed files with 14 additions and 14 deletions
|
|
@ -295,8 +295,8 @@ const (
|
|||
ContainerAndroid = "android" // Android 端
|
||||
ContainerIOS = "ios" // iOS 端
|
||||
|
||||
LocalHost = "siyuan.localhost" // 本地域名,由操作系统自动解析到 127.0.0.1
|
||||
FixedPort = "6806" // 固定端口
|
||||
LocalHost = "localhost" // 本地域名,由操作系统自动解析到 127.0.0.1
|
||||
FixedPort = "6806" // 固定端口
|
||||
)
|
||||
|
||||
func initPathDir() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue