This commit is contained in:
Liang Ding 2022-10-28 09:19:57 +08:00
parent 0bc997051e
commit cfb13f3b74
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
11 changed files with 14 additions and 14 deletions

View file

@ -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() {