- SignalR Hub消息持久化+防重复+跨端广播 - 报告VLM+LLM真实AI流程(验证→提取→解读) - 医生审核页重构(严重程度/建议模板/综合评语) - 健康概览五合一趋势图(fl_chart+指标切换) - 用药提醒时区修复+跨午夜+过期提醒 - 运动打卡DayOfWeek映射修复+计划覆盖查询 - 体重与其他四指标同级(Abnormal检查/确认卡牌) - AI Agent支持多种类多时段批量录入 - 删除硬编码假数据(张三/假医生/假AI解读) - 随访/报告审核数据链路全部打通
47 lines
550 B
Plaintext
47 lines
550 B
Plaintext
# Secrets
|
|
.env
|
|
*.pem
|
|
*.key
|
|
*.pfx
|
|
|
|
# .NET build outputs
|
|
backend/**/bin/
|
|
backend/**/obj/
|
|
|
|
# Flutter build outputs
|
|
health_app/build/
|
|
health_app/.dart_tool/
|
|
health_app/.flutter-plugins*
|
|
health_app/.packages
|
|
|
|
# Android
|
|
health_app/android/.gradle/
|
|
health_app/android/app/build/
|
|
health_app/android/local.properties
|
|
|
|
# iOS
|
|
health_app/ios/Pods/
|
|
health_app/ios/.symlinks/
|
|
|
|
# IDE
|
|
.idea/
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
.vs/
|
|
.vscode/
|
|
|
|
# Uploads & logs
|
|
backend/src/Health.WebApi/uploads/
|
|
*.txt
|
|
*.jpg
|
|
*.png
|
|
|
|
# Claude
|
|
.claude/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|