This commit is contained in:
2026-06-06 23:54:11 +08:00
commit 33639129b1
58 changed files with 10309 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# 数据库文件路径(相对于 backend/ 目录),默认 dorm_repair.sqlite3
# DORM_REPAIR_DB=dorm_repair.sqlite3
# 前端地址,用于 CORS
# FRONTEND_ORIGIN=http://localhost:5173
# DeepSeek API 配置(填入 Key 后启用 AI 智能诊断,否则自动降级到关键词匹配)
DEEPSEEK_API_KEY=
# DEEPSEEK_BASE_URL=https://api.deepseek.com
# DEEPSEEK_MODEL=deepseek-chat
# DEEPSEEK_TIMEOUT=30