版本号修改与template修正

pull/31/head
UnCLAS-Prommer 2025-05-17 16:28:50 +08:00
parent 16dab027ec
commit eebbcae312
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "MaiBotNapcatAdapter"
version = "0.1.0"
version = "0.2.0"
description = "A MaiBot adapter for Napcat"
[tool.ruff]

View File

@ -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 = [] # 私聊名单