Files
nexus/wiki/concepts/健康追踪.md

39 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "健康追踪"
type: concept
tags: [health, automation, logging]
last_updated: 2026-04-16
---
## Definition
通过持续记录食物、症状和行为数据,识别健康模式与潜在触发因素的系统性方法。
## Core Components
1. **输入层**:对话式 Telegram 消息 → 自动解析为结构化数据
2. **存储层**Markdown 日志文件(带时间戳)
3. **提醒层**Cron 驱动的每日固定时间主动提醒
4. **分析层**:周度模式分析 → 关联性识别
## Key Characteristics
- 对话式输入 vs App 式手动记录(摩擦最小化)
- 时间序列分析识别触发因素
- 持续优化的个人知识库(已知触发因素记忆)
## Related Concepts
- [[模式识别]]:数据分析层面的通用能力
- [[定时晨报]]Cron 驱动机制的另一个应用场景
## Example
```
每日 3 次提醒:
- 8 AM早餐记录
- 1 PM午餐记录
- 7 PM晚餐+症状记录
周日分析:
- 哪些食物与症状相关?
- 时间段规律?
- 明确触发因素?
```