From 5a02929afd0b9bd00d2a57c779a48cc0fe790d8f Mon Sep 17 00:00:00 2001 From: "DESKTOP-V763RJ7\\Administrator" <835606593@qq.com> Date: Thu, 8 Jan 2026 22:58:00 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E8=B8=A2=E4=BA=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.dev.yaml | 9 +++++---- go.mod | 2 +- go.sum | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/config/config.dev.yaml b/config/config.dev.yaml index 69903c9..574c6a6 100644 --- a/config/config.dev.yaml +++ b/config/config.dev.yaml @@ -9,13 +9,14 @@ log: maxAge: 7 client: - count: 99 + count: 100 usn: [ 1,10000000 ] http: - address: "http://127.0.0.1" - port: 8503 + address: "https://www.hlsq.asia/api" + port: 0 websocket: # address: "ws://47.108.184.184/ws/" - # address: "wss://www.hlsq.asia/ws/" +# address: "wss://www.hlsq.asia/ws/" +# port: 0 address: "ws://127.0.0.1" port: 8501 \ No newline at end of file diff --git a/go.mod b/go.mod index 8f39a9b..d47cedc 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.hlsq.asia/mmorpg/service-robot go 1.23.1 require ( - git.hlsq.asia/mmorpg/service-common v0.0.0-20260107061047-e02e56781e78 + git.hlsq.asia/mmorpg/service-common v0.0.0-20260108144540-69e82ec0fe77 github.com/gorilla/websocket v1.5.3 github.com/judwhite/go-svc v1.2.1 google.golang.org/protobuf v1.36.9 diff --git a/go.sum b/go.sum index 53565c0..96ead7d 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,6 @@ git.hlsq.asia/mmorpg/service-common v0.0.0-20260107061047-e02e56781e78 h1:4CP8w5jHDOdN7hym8YrtioxNDd7PS2WcZDrO6dtY344= git.hlsq.asia/mmorpg/service-common v0.0.0-20260107061047-e02e56781e78/go.mod h1:xv6m1I2jUA6mudKVznygpnzMoshBQarthHD1QnkW4qc= +git.hlsq.asia/mmorpg/service-common v0.0.0-20260108144540-69e82ec0fe77/go.mod h1:xv6m1I2jUA6mudKVznygpnzMoshBQarthHD1QnkW4qc= github.com/BurntSushi/toml v1.2.0 h1:Rt8g24XnyGTyglgET/PRUNlrUeu9F5L+7FilkXfZgs0= github.com/BurntSushi/toml v1.2.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/bwmarrin/snowflake v0.3.0 h1:xm67bEhkKh6ij1790JB83OujPR5CzNe8QuQqAgISZN0=