Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
manulife-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-02-09 20:59:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed133ed867522c512279ee583aacaab9eb9e053f
ed133ed8
1 parent
5a8ecb43
docs: 更新 CHANGELOG 记录组件清理
记录删除 AgePicker、DatePicker、SelectPicker 旧版本组件的重构
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
docs/CHANGELOG.md
docs/CHANGELOG.md
View file @
ed133ed
...
...
@@ -5,6 +5,29 @@
---
## [2026-02-09] - 清理未使用的旧版本选择器组件
### 重构
-
删除
`AgePicker.vue`
(已被 AgePickerGlobal.vue 替代)
-
删除
`DatePicker.vue`
(已被 DatePickerGlobal.vue 替代)
-
删除
`SelectPicker.vue`
(已被 SelectPickerGlobal.vue 替代)
### 背景
-
所有模板文件已统一使用 Global 版本组件
-
旧版本组件无任何引用,造成代码冗余
### 收益
-
✅ 减少代码冗余(删除 759 行未使用代码)
-
✅ 避免开发时的混淆(不知道该用哪个版本)
-
✅ 降低维护成本
### 验证
-
✅ ESLint 检查通过
-
✅ 全局搜索确认无引用
-
✅ 所有模板使用 Global 版本
---
## [2026-02-09] - 修复组件路径引用问题
### 修复
...
...
Please
register
or
login
to post a comment