Commit Graph

7 Commits

Author SHA1 Message Date
xiaoxia 72718cc6a3 feat(web): P0-5 剪辑计划编辑器V21第五波 - 细节打磨
Deploy / Staging E2E Tests (push) Has been skipped
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 85h24m16s
CI/CD Pipeline / Frontend Lint (push) Failing after 85h24m45s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 85h24m53s
- 左侧面板:加标题栏 + 搜索/筛选区域底部分隔线
- 筛选chip:字号12→10px,激活态改用primary-soft背景
- 模板卡片:圆角14→12px,hover阴影调优
- 模式按钮:背景#f8fafc→#fff,圆角14→10px,字号12→10px
- 封面方案按钮:从矩形改为胶囊样式
- 片段轨道:背景色#f8fafc→#fff
- 顶栏按钮:ghost样式对齐V21(白底+深灰字),primary阴影加强
- 右侧面板:section标题11px大写样式,section加padding+底部分隔线
- 搜索图标位置适配新的padding
2026-07-05 23:29:23 +08:00
Audit Bot 20298eb5b5 fix: add schema-metadata-snapshot.json and remove from .gitignore for CI validation
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 209h32m30s
CI/CD Pipeline / Frontend Lint (push) Failing after 209h33m0s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 209h33m9s
2026-06-30 19:21:21 +08:00
Security Audit Bot 1015bf2b13 fix(security): 移除敏感环境文件的版本追踪并清理硬编码Token
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
- 从版本控制中移除 .env.production 和 .env.staging(git rm --cached)
- 更新 .gitignore:移除 .env.staging 的例外规则,所有 .env 环境文件不再提交
- scripts/ci_failure_check.sh:硬编码 Gitea API Token 改为环境变量 GITEA_API_TOKEN
- scripts/auto_merge_prs.sh:硬编码 Gitea API Token 改为环境变量 GITEA_API_TOKEN

这是对 PR#53 的重新提交,补充了之前遗漏的脚本中硬编码凭证清理。
2026-06-28 09:20:55 +08:00
xiaoxia f687b4207f feat: add download_url field to generated video APIs (#20) 2026-06-26 21:13:18 +08:00
Xiaoxia AI e61dfc27f6 refactor(deploy): freeze canonical docker entrypoint 2026-06-21 05:09:21 +08:00
Xiaoxia AI 36126b47d7 chore: add production environment configuration system 2026-06-15 18:32:05 +08:00
Xiaoxia AI b5a62ee9a3 feat: initial SaaS scaffold
- domain: User, Workspace, Project, AssetLibrary, Asset, IngestJob
- ports: repository interfaces
- application: use cases
- adapters: in-memory
- API: FastAPI 5 routes
- worker: Celery ingest_asset
- tests: 4 passing
2026-06-15 15:17:40 +08:00