feat: 添加多线程架构支持并优化性能

实现线程管理器以支持高并发场景,添加GIL-free模式提升Python 3.14下的多线程性能
新增B站API集成和本地文件服务器功能,改进镜像插件支持GIF处理
更新文档说明多线程架构和GIL-free模式的使用方法
This commit is contained in:
2026-03-01 16:01:51 +08:00
parent 734c112ee4
commit ff4a4d92a5
20 changed files with 2071 additions and 317 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": "后端修正",
"changes": [
{"type": "add", "content": "新增了天气查询功能,支持全国主要城市"},
{"type": "update", "content": "优化了 Web Parser 的解析速度,不过b站的视频解析等待重做中"},
{"type": "fix", "content": "修复了在某些特定网络环境下图片加载失败的问题"},
{"type": "update", "content": "支持多实现端连接反向WS此功能并不完善等待重做"}
{"type": "add", "content": "天气查询功能美化"},
{"type": "fix", "content": "b站的视频解析已修复感谢Nemo2011的bilibili-api python库采用GPL3.0开源"},
{"type": "add", "content": "python3.14的自由线程测试已开启"},
{"type": "update", "content": "镜像图片功能现已可以转换动态表情包"}
]