feat: 添加性能优化和架构文档,更新依赖和核心模块
refactor(browser_manager): 实现页面池机制以提升性能 refactor(image_manager): 添加模板缓存并集成页面池 refactor(bili_parser): 迁移到异步HTTP请求并实现会话复用 docs: 新增性能优化、架构设计和最佳实践文档 chore: 更新requirements.txt添加新依赖
This commit is contained in:
@@ -7,4 +7,9 @@ playwright>=1.57.0
|
||||
jinja2>=3.1.6
|
||||
docker>=7.1.0
|
||||
requests>=2.32.5
|
||||
aiohttp>=3.9.0
|
||||
Pillow>=10.0.0
|
||||
orjson>=3.9.10
|
||||
uvloop>=0.19.0; sys_platform != 'win32'
|
||||
winloop>=0.1.0; sys_platform == 'win32'
|
||||
mypy>=1.8.0
|
||||
|
||||
Reference in New Issue
Block a user