feat(medications): 添加用药管理功能

- 新增用药标签页,包含完整的用药记录界面
- 实现用药卡片组件,支持状态显示(已服用/未服用/已错过)
- 增强日期选择器,添加"回到今天"快捷功能
- 添加用药相关的图标支持(pills.fill, plus)
- 集成用药路由配置,支持标签页导航

该功能为用户提供完整的用药管理体验,包括用药记录、状态跟踪和日期筛选等核心功能。
This commit is contained in:
richarjiang
2025-11-06 17:51:06 +08:00
parent a228280ca4
commit 3aafc50702
6 changed files with 798 additions and 10 deletions

View File

@@ -23,6 +23,8 @@ const MAPPING = {
'trophy.fill': 'emoji-events',
'timer': 'timer',
'person.fill': 'person',
'plus': 'add',
'pills.fill': 'medication',
'person.3.fill': 'people',
'message.fill': 'message',
'info.circle': 'info',