feat: 更新配置和功能,修复B站解析问题

- 将WebSocket地址改为本地127.0.0.1
- 修改命令前缀为"/"
- 延长B站视频解析时长限制至2小时
- 更新版本号至v1.0.1并生成变更日志
- 完全重写依赖项列表
- 新增HTML格式的变更日志页面
This commit is contained in:
2026-03-07 17:39:01 +08:00
parent 734c112ee4
commit c05ac03af1
5 changed files with 303 additions and 83 deletions

View File

@@ -20,14 +20,14 @@ OUTPUT_FILE = "../changelog.html"
# - content: 变更内容
changelogs = [
{
"version": "v1.0.0",
"version": "v1.0.1",
"date": "2026-3-1",
"description": "引入了更多有趣的互动功能,并优化了系统稳定性。",
"description": "大fix",
"changes": [
{"type": "add", "content": "新增了天气查询功能,支持全国主要城市"},
{"type": "update", "content": "优化了 Web Parser 的解析速度,不过b站的视频解析等待重做中"},
{"type": "fix", "content": "修复了在某些特定网络环境下图片加载失败的问题"},
{"type": "update", "content": "支持多实现端连接反向WS此功能并不完善,等待重做"}
{"type": "add", "content": "镜像表情包支持GIf"},
{"type": "update", "content": "优化了 Web Parser 的解析速度"},
{"type": "fix", "content": "修复了在某些特定网络环境下图片加载失败的问题b站解析修复"},
{"type": "update", "content": "支持多实现端连接反向WS此功能并不完善"}
]