refactor(components): 优化 SectionCard 组件内置渐变色逻辑
- 在 SectionCard 组件内添加默认渐变色处理 - 移除三个页面中的重复渐变色处理代码 - 统一使用浅蓝色渐变 background: linear-gradient(90deg, #EFF6FF 0%, #DBEAFE 100%) - 保持 API 返回自定义渐变色的兼容性 - 简化页面代码,提升可维护性 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
4 changed files
with
19 additions
and
10 deletions
-
Please register or login to post a comment