feat(components): 新增可复用的 SectionCard 和 SectionItem 组件
- 创建 SectionItem 组件用于展示单个项目,包含图标、标题、副标题和点击事件 - 创建 SectionCard 组件作为分组卡片容器,可配置标题、背景和项目列表 - 在 signing、onboarding 和 family-office 页面中使用新组件替换重复的 UI 代码 - 更新 components.d.ts 类型声明文件以包含新组件
Showing
6 changed files
with
172 additions
and
84 deletions
src/components/SectionCard.vue
0 → 100644
src/components/SectionItem.vue
0 → 100644
-
Please register or login to post a comment