minor fix of template

pull/31/head
UnCLAS-Prommer 2025-05-17 23:55:06 +08:00
parent 6c5a29bde9
commit 909463c79e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -16,7 +16,7 @@ list_type = "whitelist" # 使用的白名单类型可选为whitelist, blac
# 当list_type为whitelist时使用白名单模式以下两个列表的含义是仅允许名单中的人聊天
# 当list_type为blacklist时使用黑名单模式以下两个列表的含义是禁止名单中的人聊天
group_list = [] # 群组名单
private_list = [] # 私聊名单
user_list = [] # 私聊名单
ban_user_id = [] # 禁止名单(禁止名单中的人无法使用任何功能)
[Voice] # 发送语音设置