fix: 修正 fitness/finances agent 中错误的 MySQL 密码 (123456→5gynj20J)
This commit is contained in:
@@ -32,5 +32,5 @@
|
||||
| **智能建议** | 节流优化、负债管理、储蓄提升方案 |
|
||||
|
||||
## 常用数据库
|
||||
- MySQL (root/123456) → 数据库: finances
|
||||
- MySQL (root/5gynj20J) → 数据库: finances
|
||||
- 表: family_members, income_records, fixed_expenses, variable_expenses, assets, liabilities, financial_goals, conversation_log
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
| **智能问答** | 结合历史数据的个性化即时建议 |
|
||||
|
||||
## 常用数据库
|
||||
- MySQL (root/123456) → 数据库: fitness
|
||||
- MySQL (root/5gynj20J) → 数据库: fitness
|
||||
- 表:
|
||||
- **减脂核心**: food_library, user_profiles, diet_records, body_records, exercise_records, health_status_logs, weekly_reports
|
||||
- **健康管理**: health_checkups, health_abnormal_indicators, health_restrictions, health_alerts, health_reminders, health_indicator_trends, user_health_summary
|
||||
|
||||
@@ -36,5 +36,5 @@
|
||||
- host: 127.0.0.1
|
||||
- port: 3306
|
||||
- user: root
|
||||
- password: 123456
|
||||
- password: 5gynj20J
|
||||
- database: finances
|
||||
|
||||
@@ -173,7 +173,7 @@ ORDER BY record_date ASC;
|
||||
|
||||
## 数据存储
|
||||
|
||||
- MySQL: root/123456, database: fitness
|
||||
- MySQL: root/5gynj20J, database: fitness
|
||||
- 所有健康数据本地存储
|
||||
|
||||
## 数据库表结构概览
|
||||
|
||||
Reference in New Issue
Block a user