feat(打卡功能): 添加打卡对话框组件并集成到个人主页
- 新增 `CheckInDialog.vue` 组件,支持用户选择打卡类型并提交打卡内容 - 在 `ProfilePage.vue` 中集成打卡对话框,处理打卡成功后的逻辑 - 更新 `vite.config.js` 和 `components.d.ts` 以支持 Vant 组件的自动导入
Showing
4 changed files
with
340 additions
and
99 deletions
src/components/ui/CheckInDialog.vue
0 → 100644
-
Please register or login to post a comment