This commit is contained in:
tt-P607
2025-08-25 01:22:19 +08:00
29 changed files with 1818 additions and 678 deletions

View File

@@ -40,6 +40,14 @@ mysql_sql_mode = "TRADITIONAL" # SQL模式
connection_pool_size = 10 # 连接池大小仅MySQL有效
connection_timeout = 10 # 连接超时时间(秒)
[permission] # 权限系统配置
# Master用户配置拥有最高权限无视所有权限节点
# 格式:[[platform, user_id], ...]
# 示例:[["qq", "123456"], ["telegram", "user789"]]
master_users = [
# ["qq", "123456789"], # 示例QQ平台的Master用户
]
[bot]
platform = "qq"
qq_account = 1145141919810 # 麦麦的QQ账号