feat: 添加更新日志生成器并修改命令前缀

添加完整的更新日志生成器工具,包括Python脚本和HTML模板
将bot命令前缀从"/"改为"。"以符合中文用户习惯
This commit is contained in:
2026-03-01 11:14:10 +08:00
parent 311b1985dd
commit 734c112ee4
3 changed files with 259 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ token = ""
# Bot 基础配置
[bot]
# 命令前缀列表
command = ["/"]
command = [""]
# 是否忽略自己的消息
ignore_self_message = true
# 权限不足时的消息