feat: 更新配置和功能,修复B站解析问题
- 将WebSocket地址改为本地127.0.0.1 - 修改命令前缀为"/" - 延长B站视频解析时长限制至2小时 - 更新版本号至v1.0.1并生成变更日志 - 完全重写依赖项列表 - 新增HTML格式的变更日志页面
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
# NapCat WebSocket 配置
|
||||
[napcat_ws]
|
||||
uri = "ws://114.66.61.199:3001"
|
||||
uri = "ws://127.0.0.1:3001"
|
||||
# WebSocket 连接地址
|
||||
token = "KoIAF.mcEHzxrPYF"
|
||||
# 重连间隔(秒)
|
||||
@@ -19,7 +19,7 @@ token = ""
|
||||
# Bot 基础配置
|
||||
[bot]
|
||||
# 命令前缀列表
|
||||
command = ["。"]
|
||||
command = ["/"]
|
||||
# 是否忽略自己的消息
|
||||
ignore_self_message = true
|
||||
# 权限不足时的消息
|
||||
|
||||
Reference in New Issue
Block a user