first commit

This commit is contained in:
RISE
2026-05-21 10:28:29 +08:00
commit 5d3b2477c7
1159 changed files with 152655 additions and 0 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# 服务端口
PORT=3000
# 微信小程序配置
WECHAT_APPID=your_wechat_appid
WECHAT_SECRET=your_wechat_secret
# DeepSeek API 配置
DEEPSEEK_API_KEY=your_deepseek_api_key
DEEPSEEK_BASE_URL=https://api.deepseek.com
DEEPSEEK_MODEL=deepseek-chat
# JWT 密钥
JWT_SECRET=your_jwt_secret_key