fix(title): 预设4项修复—间距0.5px+删tooltip+描边对齐+背景淡化 #1613

Merged
xiaoxia merged 1 commits from fix/preset-4items into develop 2026-09-01 19:37:12 +08:00
Owner
  1. 间距: gap 1.5px → 0.5px
  2. 删tooltip: 移除鼠标悬停"经典白字"提示
  3. 描边对齐: previewStyle 的描边与 style.stroke 一致
    • classic_white / variety_show 保留描边(stroke=true)
    • 其余6个preset删除描边(stroke=false),预览=实际标题效果
  4. 背景淡化: 卡片背景 #3a3a3a → #404040,hover/active → #4d4d4d
1. **间距**: gap 1.5px → 0.5px 2. **删tooltip**: 移除鼠标悬停"经典白字"提示 3. **描边对齐**: previewStyle 的描边与 style.stroke 一致 - classic_white / variety_show 保留描边(stroke=true) - 其余6个preset删除描边(stroke=false),预览=实际标题效果 4. **背景淡化**: 卡片背景 #3a3a3a → #404040,hover/active → #4d4d4d
xiaoxia added 1 commit 2026-09-01 19:11:03 +08:00
fix(title): 预设4项修复—间距0.5px+删tooltip+描边对齐+背景淡化
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m5s
AI Code Review / AI Code Review (pull_request) Successful in 4m17s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 4m32s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 4m54s
CI/CD Pipeline / Check push changed paths (pull_request) Has been skipped
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 1s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1s
CI/CD Pipeline / Unit Tests (pull_request) Has been skipped
CI/CD Pipeline / Integration Tests (pull_request) Has been skipped
CI/CD Pipeline / PR Build API Image (pull_request) Has been skipped
CI/CD Pipeline / PR Build Worker Image (pull_request) Has been skipped
CI/CD Pipeline / Build Staging API Image (pull_request) Has been skipped
CI/CD Pipeline / Build Staging Worker Image (pull_request) Has been skipped
CI/CD Pipeline / Build Staging Web Image (pull_request) Has been skipped
CI/CD Pipeline / Retag skipped Staging API Image (pull_request) Has been skipped
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Has been skipped
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Has been skipped
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been skipped
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI/CD Pipeline / PR Build Web Image (pull_request) Successful in 2m40s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 2m54s
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Successful in 3m32s
CI/CD Pipeline / Validate - Style (pull_request) Successful in 3m36s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 3m45s
CI/CD Pipeline / Validate - Security (pull_request) Successful in 13m28s
CI/CD Pipeline / Build Production API Image (pull_request) Has been skipped
CI/CD Pipeline / Build Production Web Image (pull_request) Has been skipped
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been skipped
CI/CD Pipeline / Deploy Production (pull_request) Has been skipped
CI/CD Pipeline / CI Gate (pull_request) Successful in 0s
CI/CD Pipeline / Canary Release to Production (pull_request) Has been skipped
CI/CD Pipeline / Production Browser E2E (pull_request) Has been skipped
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 4m33s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 4m48s
7f6c5ec31c
1. generate.css: gap 1.5px→0.5px, 卡片背景 #3a3a3a→#404040, hover/active→#4d4d4d
2. TitlePresetsGrid.tsx: 删除 title={p.label} tooltip
3. constants.ts: previewStyle 的描边与 style.stroke 对齐
   - classic_white/variety_show 保留描边(stroke=true)
   - 其余6个preset删除 _strokeColor/_strokeWidth(stroke=false)
   预览T字效果与实际标题完全一致
auto-approve-bot approved these changes 2026-09-01 19:15:06 +08:00
auto-approve-bot left a comment
Collaborator

CI全绿,自动审批通过。

CI全绿,自动审批通过。
auto-approve-bot approved these changes 2026-09-01 19:15:07 +08:00
auto-approve-bot left a comment
Collaborator

CI全绿,自动审批通过。

CI全绿,自动审批通过。
Collaborator

【阻塞级判定】

  • 是否存在阻塞级问题:否
  • 阻塞级问题数量:0 个

📊 审查概览

  • 整体评价:通过
  • 建议级问题数量:0 个

🔴 阻塞级问题(必须修复)

💡 改进建议(不阻塞合并)

良好实践

  1. 代码清理:在 constants.ts 中移除了多处不再使用的 _strokeColor_strokeWidth 属性,有效减少了冗余代码。
  2. 样式微调:在 generate.css 中对网格间距和背景色进行了精细化调整,有助于提升 UI 细节质感。

🤖 由 AI 代码审查机器人自动生成 | 2026-09-01 11:15:20 | 模型:

### 【阻塞级判定】 - 是否存在阻塞级问题:否 - 阻塞级问题数量:0 个 ### 📊 审查概览 - 整体评价:通过 - 建议级问题数量:0 个 ### 🔴 阻塞级问题(必须修复) 无 ### 💡 改进建议(不阻塞合并) 无 ### ✅ 良好实践 1. **代码清理**:在 `constants.ts` 中移除了多处不再使用的 `_strokeColor` 和 `_strokeWidth` 属性,有效减少了冗余代码。 2. **样式微调**:在 `generate.css` 中对网格间距和背景色进行了精细化调整,有助于提升 UI 细节质感。 --- <sub>🤖 由 AI 代码审查机器人自动生成 | 2026-09-01 11:15:20 | 模型: </sub> <!-- AI_CODE_REVIEW_AUTO_COMMENT -->

🚀 预览环境已部署

项目 详情
PR号 #1613
预览链接 https://pr-1613.preview.xiaoxiajianji.com
API环境 staging

💡 预览环境使用 staging API 数据,请勿在预览环境中操作重要数据。

🔄 每次提交新代码后预览环境会自动更新。

🗑️ PR 关闭或合并后,预览环境会自动清理。

🚀 **预览环境已部署** | 项目 | 详情 | |------|------| | PR号 | #1613 | | 预览链接 | [https://pr-1613.preview.xiaoxiajianji.com](https://pr-1613.preview.xiaoxiajianji.com) | | API环境 | staging | > 💡 预览环境使用 staging API 数据,请勿在预览环境中操作重要数据。 > > 🔄 每次提交新代码后预览环境会自动更新。 > > 🗑️ PR 关闭或合并后,预览环境会自动清理。
xiaoxia merged commit 57621d9346 into develop 2026-09-01 19:37:12 +08:00

🗑️ 预览环境已清理

PR #1613 已关闭或合并,对应的预览环境已被清理。

如有需要,可以重新打开 PR 来重新生成预览环境。

🗑️ **预览环境已清理** PR #1613 已关闭或合并,对应的预览环境已被清理。 > 如有需要,可以重新打开 PR 来重新生成预览环境。
Sign in to join this conversation.