From 82364fa36282a9fb9865776b4f2cab80df2bb22f Mon Sep 17 00:00:00 2001 From: minecraft1024a Date: Fri, 12 Sep 2025 20:43:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=9B=B4=E6=94=B9=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=AB=AF=E5=8F=A3=E4=B8=BA?= =?UTF-8?q?8000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将默认的服务器端口从8080更改为8000,以避免与其他常用应用程序的潜在端口冲突。 --- template/bot_config_template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index a4455ce7c..9b68b0547 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -500,7 +500,7 @@ insomnia_trigger_delay_minutes = [15, 45] [server] host = "127.0.0.1" -port = 8080 +port = 8000 [cross_context] # 跨群聊/私聊上下文共享配置 # 这是总开关,用于一键启用或禁用此功能