From e5603972fa53b9c53e6e95e419f7a45ec526de8d Mon Sep 17 00:00:00 2001 From: UnCLAS-Prommer Date: Wed, 16 Apr 2025 12:48:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9template=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/template_config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/template_config.toml b/template/template_config.toml index 7fd39de..19df38f 100644 --- a/template/template_config.toml +++ b/template/template_config.toml @@ -2,14 +2,14 @@ nickname = "" [Napcat_Server] # Napcat连接的ws服务设置 -host = "localhost" # Napcat设定的url地址 -port = 8095 # Napcat设定的ws端口 +host = "localhost" # Napcat设定的主机地址 +port = 8095 # Napcat设定的端口 heartbeat = 30 # 与Napcat设置的心跳相同(按秒计) [MaiBot_Server] # 连接麦麦的ws服务设置 platform_name = "qq" # 标识adapter的名称(必填) -host = "localhost" # 麦麦在.env文件中设置的url地址 -port = 8000 # 麦麦在.env文件中设置的ws端口 +host = "localhost" # 麦麦在.env文件中设置的主机地址,即HOST字段 +port = 8000 # 麦麦在.env文件中设置的端口,即PORT字段 [Whitelist] # 白名单功能(未启用)(未实现) group_list = []