refactor(pages): 提取分组列表页面 Composable,消除重复代码
- 新增 useSectionList Composable 封装分组列表通用逻辑 - 重构 onboarding/family-office/signing 三个页面使用 composable - 减少约 60 行重复代码,提升可维护性 - 应用"第 3 次出现原则":3 个页面使用相同模式 → 必须提取 - 所有函数包含完整 JSDoc 注释(@description、@param、@returns、@example) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
5 changed files
with
136 additions
and
54 deletions
src/composables/useSectionList.js
0 → 100644
-
Please register or login to post a comment