初始版

This commit is contained in:
2026-04-24 20:33:21 +08:00
commit f30a325bac
1214 changed files with 244577 additions and 0 deletions

16
.env.development Normal file
View File

@@ -0,0 +1,16 @@
VITE_APP_NAME=后台管理(开发环境)
#VITE_API_URL=http://127.0.0.1:9200/api
#VITE_SERVER_API_URL=http://127.0.0.1:8000/api
#VITE_API_URL=https://cms-api.s209.websoft.top/api
# AI 网关(开发环境建议走同源反代,避免浏览器 CORS
VITE_AI_API_URL=/ai-proxy
# Ollama 原生接口(开发环境建议走同源反代,避免浏览器 CORS
VITE_OLLAMA_API_URL=/proxy
# 如果 AI 网关启用了鉴权401 Not authenticated填入你的 Key仅供本机 dev server 使用)
# 不要加 VITE_ 前缀,避免被打包进前端
# AI_API_KEY=your_ai_api_key