All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 16s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
- 删除 SmartClassifyButton.vue (无引用) - 删除 BudgetSummary.vue (无引用) - 归档变更记录
10 lines
304 B
Markdown
10 lines
304 B
Markdown
## 1. 移除未使用组件
|
|
|
|
- [x] 1.1 删除 `Web/src/components/SmartClassifyButton.vue`
|
|
- [x] 1.2 删除 `Web/src/components/Budget/BudgetSummary.vue`
|
|
|
|
## 2. 验证
|
|
|
|
- [x] 2.1 运行 `pnpm build` 验证打包成功
|
|
- [x] 2.2 运行 `pnpm dev` 启动开发服务器,访问主要页面验证无报错
|