Commit Graph

6 Commits

Author SHA1 Message Date
2b54d078f2 针对“A 账号生成、B 账号也能看到”的问题,目前不会再发生,前提是 A、B 都通过保险前端各自重新登录。
当前已验证:
用户 1 和用户 3 的 PPT、海报、任务列表完全隔离。
未登录或访客身份会直接返回 401。
任务详情、下载、工作区操作都校验所属用户。
跨用户幂等任务复用漏洞已封堵。
35 项相关测试、前端构建和部署健康检查均通过。
2026-08-01 19:38:56 +08:00
8b4988b0d5 fix: add api/ to sys.path so app.py can run from project root
Also resolve .env.local and .env paths relative to project root
instead of current working directory.
2026-07-24 12:39:57 +08:00
0fbf6f534c fix: restore corrupted Chinese comments and add .env.local support for local dev
- Restore proper UTF-8 Chinese comments (effc2a24 introduced mojibake
  via double-encoding: UTF-8 → GBK → Latin-1 → UTF-8)
- Remove spurious BOM header
- Load .env.local with override=True before .env so local dev config
  (localhost:5433 for PostgreSQL, localhost:6380 for Redis) takes
  priority without affecting Docker deployments
2026-07-24 12:32:26 +08:00
effc2a24e4 0723 PPT加海报功能01版本修复 2026-07-23 17:40:12 +08:00
d0a887d5c2 0712 修复一个版本 2026-07-12 14:17:18 +08:00
bc4c339e0c 第一次提交。可以使用企微群消息 2026-07-02 23:13:23 +08:00