配置更新

This commit is contained in:
2026-07-15 15:44:48 +08:00
parent a9b8497b9d
commit 3b3dbdf294
9 changed files with 59 additions and 38 deletions
+6 -3
View File
@@ -31,6 +31,9 @@
| **目标管理** | 短期/中期/长期目标追踪 |
| **智能建议** | 节流优化、负债管理、储蓄提升方案 |
## 常用数据库
- MySQL (root/5gynj20J) → 数据库: finances
- 表: family_members, income_records, fixed_expenses, variable_expenses, assets, liabilities, financial_goals, conversation_log
## 数据库
共享配置:`~/.config/clawdbot/db-config.json`(名称:理财财务)
- **数据库**financesMySQL, Docker 127.0.0.1:3306
- **用户名**root
- **表**family_members, income_records, fixed_expenses, variable_expenses, assets, liabilities, financial_goals, conversation_log
+6 -3
View File
@@ -49,8 +49,11 @@
| **复查提醒** | 定期复查提醒,指标变化趋势追踪 |
| **智能问答** | 结合历史数据的个性化即时建议 |
## 常用数据库
- MySQL (root/5gynj20J) → 数据库: fitness
- 表:
## 数据库
共享配置:`~/.config/clawdbot/db-config.json`(名称:健身健康)
- **数据库**fitnessMySQL, Docker 127.0.0.1:3306
- **用户名**root
- **表**
- **减脂核心**: 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
+7
View File
@@ -31,3 +31,10 @@
| **子女** | 杨锦书(儿子) |
| **结婚纪念日** | 2021年2月28日 |
| **领证纪念日** | 2020年3月13日 |
## 数据库
共享配置:`~/.config/clawdbot/db-config.json`(名称:卷儿记账)
- **数据库**juanerMySQL, Docker 127.0.0.1:3306
- **表**transactions(记账流水)、todos(待办事项)
- **用户名**root
@@ -18,8 +18,7 @@
"cacheWrite": 0
},
"contextWindow": 1000000,
"maxTokens": 384000,
"api": "openai-completions"
"maxTokens": 384000
},
{
"id": "deepseek-v4-flash",
@@ -35,12 +34,11 @@
"cacheWrite": 0
},
"contextWindow": 1000000,
"maxTokens": 384000,
"api": "openai-completions"
"maxTokens": 384000
}
],
"apiKey": "sk-893b90b270ad4697a0b0b24969964d79",
"api": "openai-completions"
"api": "openai-completions",
"apiKey": "sk-893b90b270ad4697a0b0b24969964d79"
}
}
}