This commit is contained in:
Liang Ding 2022-10-29 21:47:10 +08:00
parent 9dd6ac48de
commit 20ab9dd5a9
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
8 changed files with 10 additions and 10 deletions

View file

@ -290,7 +290,7 @@ const (
ContainerAndroid = "android" // Android 端
ContainerIOS = "ios" // iOS 端
LocalHost = "localhost" // 本地域名,由操作系统自动解析到 127.0.0.1
LocalHost = "127.0.0.1" // 伺服地址
FixedPort = "6806" // 固定端口
)