迁移系统加固 — 加 advisory lock 防并发,失败回滚并中止启动(原来是 catch-and-continue) 安全漏洞 — Settings/History API 权限收紧,API key 返回掩码值,海报 case 所有权校验 依赖缺失 — requirements.txt 补齐 python-pptx/openai/Pillow,Dockerfile 改为统一安装 海报鉴权下载 — 前端全部改用 authenticated blob,不再 window.open 无 token URL LLM 配置分离 — 海报文案读取 poster_llm_*(不再复用 ppt_llm_*),支持 config namespace 图片生成器 — 兼容 b64_json 和 URL 两种响应格式,追踪 generation_mode/provider/model 种子数据 — 新环境自动获得 2 个海报模板 + 2 个文案模板
- Add compatibility for PyMuPDF versions (fitz and pymupdf imports) - Add fallback support for PyPDF2, pypdf, and pdfplumber - Update requirements.txt with PDF parsing dependencies - Fix 'cannot extract PDF text' error in Docker environment
pip on Windows uses GBK codec by default and fails on UTF-8 Chinese characters in requirements.txt.