refactor(components): 统一使用自定义 IconFont 组件
将所有页面和组件中的 IconFont 导入统一改为使用自定义组件:
- 修改前:import { IconFont } from '@nutui/icons-vue-taro'
- 修改后:import IconFont from '@/components/IconFont.vue'
优点:
1. 统一组件使用方式
2. 方便后续扩展和自定义
3. 集中管理图标属性
涉及文件:
- 所有页面组件(9个)
- 所有公共组件(6个)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
15 changed files
with
15 additions
and
15 deletions
-
Please register or login to post a comment