From eebbcae3120459a37bcd27fcbfab1cc666f6448c Mon Sep 17 00:00:00 2001 From: UnCLAS-Prommer Date: Sat, 17 May 2025 16:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=8Etemplate=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- template/template_config.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b6bc538..9ea2866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "MaiBotNapcatAdapter" -version = "0.1.0" +version = "0.2.0" description = "A MaiBot adapter for Napcat" [tool.ruff] diff --git a/template/template_config.toml b/template/template_config.toml index 6cac2e9..e552646 100644 --- a/template/template_config.toml +++ b/template/template_config.toml @@ -13,8 +13,8 @@ port = 8000 # 麦麦在.env文件中设置的端口,即PORT字段 [Chat] # 黑白名单功能 list_type = "whitelist" # 使用的白名单类型,可选为:whitelist, blacklist -# 当list_type为white时,使用白名单模式,以下两个列表的含义是:仅允许名单中的人聊天 -# 当list_type为black时,使用黑名单模式,以下两个列表的含义是:禁止名单中的人聊天 +# 当list_type为whitelist时,使用白名单模式,以下两个列表的含义是:仅允许名单中的人聊天 +# 当list_type为blacklist时,使用黑名单模式,以下两个列表的含义是:禁止名单中的人聊天 group_list = [] # 群组名单 private_list = [] # 私聊名单