第一版

This commit is contained in:
Rocky
2026-01-22 12:57:26 +08:00
parent 13f7c3d116
commit 1d5936983a
75 changed files with 20108 additions and 0 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Vitals 环境变量配置
# 管理员账户(首次启动时自动创建)
ADMIN_USERNAME=admin
ADMIN_PASSWORD=change_me_please
# JWT 密钥(请使用随机字符串,可用 openssl rand -hex 32 生成)
JWT_SECRET=your_random_secret_key_here
# AI 食物识别(可选,二选一)
# 阿里云通义千问
DASHSCOPE_API_KEY=your_dashscope_api_key_here
# DeepSeek
DEEPSEEK_API_KEY=your_deepseek_api_key_here