From 1bc456dd95d82bdc85ed454a07a37c642885920f Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 20 Mar 2025 20:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf:=20=E6=94=B9=E5=96=84?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E6=9C=AF=E8=AF=AD=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/config/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 70c9ffa43..7db7ff5f7 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -223,7 +223,7 @@ CONFIG_METADATA_2 = { "hint": "启用后,机器人可以接收到频道的私聊消息。", }, "ws_reverse_host": { - "description": "反向 Websocket 主机地址", + "description": "反向 Websocket 主机地址(AstrBot 为服务器端)", "type": "string", "hint": "aiocqhttp 适配器的反向 Websocket 服务器 IP 地址,不包含端口号。", },