From 0c92d8e4c266948e14cb5a213b519757903e4ac9 Mon Sep 17 00:00:00 2001 From: haosicheng Date: Tue, 21 Oct 2025 15:38:17 +0800 Subject: [PATCH] =?UTF-8?q?[patch]=20=E8=AE=BE=E8=AE=A1PDD=E7=9A=84?= =?UTF-8?q?=E5=A4=84=E7=90=86=E6=B6=88=E6=81=AF=E6=9E=B6=E6=9E=84=E4=B8=BA?= =?UTF-8?q?msg=5Ftype=20=E9=80=9A=E7=94=A8=E6=A8=A1=E5=BC=8F=20=E5=A4=84?= =?UTF-8?q?=E7=90=86PDD=E6=94=AF=E6=8C=81=E5=9B=BE=E7=89=87=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=92=8C=20=E5=95=86=E5=93=81=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E7=9A=84=E6=B6=88=E6=81=AF=E7=9A=84=E5=8F=91?= =?UTF-8?q?=E9=80=81=E5=9B=9E=E5=A4=8D=20=E4=BF=AE=E6=94=B9GUI=E6=89=98?= =?UTF-8?q?=E7=9B=98=E5=86=85=E9=83=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.py b/config.py index 16452a4..f410bfe 100644 --- a/config.py +++ b/config.py @@ -10,13 +10,13 @@ import json # 用于将令牌保存为 JSON 格式 # 后端服务器配置 # BACKEND_HOST = "192.168.5.233" # BACKEND_HOST = "192.168.5.106" -BACKEND_HOST = "192.168.5.12" -# BACKEND_HOST = "shuidrop.com" +# BACKEND_HOST = "192.168.5.12" +BACKEND_HOST = "shuidrop.com" # BACKEND_HOST = "test.shuidrop.com" -BACKEND_PORT = "8000" -# BACKEND_PORT = "" -BACKEND_WS_URL = f"ws://{BACKEND_HOST}:{BACKEND_PORT}" -# BACKEND_WS_URL = f"wss://{BACKEND_HOST}" +# BACKEND_PORT = "8000" +BACKEND_PORT = "" +# BACKEND_WS_URL = f"ws://{BACKEND_HOST}:{BACKEND_PORT}" +BACKEND_WS_URL = f"wss://{BACKEND_HOST}" # WebSocket配置 WS_CONNECT_TIMEOUT = 16.0