From d1833883475fc0e9af5ba1cd709ac171df6be02b Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 1 Feb 2025 23:20:25 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=8E=BB=E9=99=A4gewechat=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=85=8D=E7=BD=AE?= 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 2e5b39258..78d21124e 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -118,7 +118,7 @@ CONFIG_METADATA_2 = { "enable": False, "base_url": "http://localhost:2531", "nickname": "soulter", - "host": "localhost", + "host": "这里填写你的局域网IP或者公网服务器IP", "port": 11451, }, },