feat: 知识管理平台精简版 - PyQt6桌面应用
主要功能: - 账号管理:添加/编辑/删除账号,测试登录 - 浏览任务:批量浏览应读/选读内容并标记已读 - 截图管理:wkhtmltoimage截图,查看历史 - 金山文档:扫码登录/微信快捷登录,自动上传截图 技术栈: - PyQt6 GUI框架 - Playwright 浏览器自动化 - SQLite 本地数据存储 - wkhtmltoimage 网页截图 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
19
requirements.txt
Normal file
19
requirements.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
# zsglpt-lite dependencies
|
||||
|
||||
# UI Framework
|
||||
PyQt6>=6.5.0
|
||||
|
||||
# HTTP requests
|
||||
requests>=2.31.0
|
||||
|
||||
# HTML parsing
|
||||
beautifulsoup4>=4.12.0
|
||||
|
||||
# KDocs automation (Playwright)
|
||||
playwright>=1.42.0
|
||||
|
||||
# Password encryption
|
||||
cryptography>=41.0.0
|
||||
|
||||
# Image processing
|
||||
Pillow>=10.0.0
|
||||
Reference in New Issue
Block a user