From bc4466854003e64a6789b13e2801bf310f67bd16 Mon Sep 17 00:00:00 2001 From: haosicheng Date: Wed, 24 Sep 2025 14:46:33 +0800 Subject: [PATCH] =?UTF-8?q?Todo:=20=E9=9B=86=E6=88=90=E5=A4=9A=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=20=E8=A7=A3=E5=86=B3PDD=E6=89=93=E5=8C=85=E5=90=8Ejs?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BD=8D=E7=BD=AE=E6=A3=80=E7=B4=A2=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20Todo:=20=E9=9B=86=E6=88=90=E5=A4=9A=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=20=E8=A7=A3=E5=86=B3=E6=89=93=E5=8C=85=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=A7=84=E5=88=92=E9=97=AE=E9=A2=98=20Todo:=20?= =?UTF-8?q?=E9=9B=86=E6=88=90=E5=A4=9A=E5=B9=B3=E5=8F=B0=20=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E5=90=8E=E7=AB=AF=E8=BF=9E=E6=8E=A5=E5=BF=83=E8=B7=B3?= =?UTF-8?q?=E4=B8=8E=E9=87=8D=E8=BF=9E=E7=AE=A1=E7=90=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 6a88fb5..e09c105 100644 --- a/config.py +++ b/config.py @@ -10,8 +10,8 @@ import json # 用于将令牌保存为 JSON 格式 # 后端服务器配置 # BACKEND_HOST = "192.168.5.233" # BACKEND_HOST = "192.168.5.12" -BACKEND_HOST = "shuidrop.com" -# BACKEND_HOST = "test.shuidrop.com" +# BACKEND_HOST = "shuidrop.com" +BACKEND_HOST = "test.shuidrop.com" # BACKEND_PORT = "8000" BACKEND_PORT = "" # BACKEND_WS_URL = f"ws://{BACKEND_HOST}:{BACKEND_PORT}"