fix: 修正 fitness/finances agent 中错误的 MySQL 密码 (123456→5gynj20J)

This commit is contained in:
2026-07-15 10:01:52 +08:00
parent a6c46732e9
commit 54c9c9f07a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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 - 表: family_members, income_records, fixed_expenses, variable_expenses, assets, liabilities, financial_goals, conversation_log
+1 -1
View File
@@ -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 - **减脂核心**: 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 - **健康管理**: health_checkups, health_abnormal_indicators, health_restrictions, health_alerts, health_reminders, health_indicator_trends, user_health_summary
+1 -1
View File
@@ -36,5 +36,5 @@
- host: 127.0.0.1 - host: 127.0.0.1
- port: 3306 - port: 3306
- user: root - user: root
- password: 123456 - password: 5gynj20J
- database: finances - database: finances
+1 -1
View File
@@ -173,7 +173,7 @@ ORDER BY record_date ASC;
## 数据存储 ## 数据存储
- MySQL: root/123456, database: fitness - MySQL: root/5gynj20J, database: fitness
- 所有健康数据本地存储 - 所有健康数据本地存储
## 数据库表结构概览 ## 数据库表结构概览