72718cc6a3
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
51 lines
521 B
Plaintext
51 lines
521 B
Plaintext
# Node / frontend
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
dist/
|
|
coverage/
|
|
|
|
# Python / backend
|
|
.venv/
|
|
venv/
|
|
.venv-ci-root/
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.pytype/
|
|
ruff_cache/
|
|
*.pyc
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.production
|
|
.env.staging
|
|
!.env.example
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs / temp
|
|
*.log
|
|
tmp/
|
|
temp/
|
|
|
|
# Build / runtime artifacts
|
|
build/
|
|
.runtime/
|
|
|
|
# SQLite databases
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Tracker temp files
|
|
tracker_tasks.json
|
|
|
|
frontend-v21-ui-prototype-final.html
|