This commit is contained in:
fengchuanhn@gmail.com
2026-05-17 12:54:13 +08:00
parent 1b8ca10ec9
commit 3db327d93b
38 changed files with 2820 additions and 14 deletions

View File

@@ -17,3 +17,7 @@ ACCESS_TOKEN_EXPIRE_MINUTES=10080
# CORS逗号分隔* 表示允许全部)
CORS_ORIGINS=http://localhost:1420,tauri://localhost
# 桌面端配置写入 MySQL 表 desktop_configsname / value非本文件环境变量。
# 登录后 GET /api/v1/appConfig 返回全部键值Tauri 注入 Node 环境变量 AICLIENT_CFG_<NAME>。
# 示例键名LLM_API_KEY、LLM_API_URL、LLM_MODEL_ID、ASR_MODE、DASHSCOPE_API_KEY、OSS_CONFIGJSON等。