- AI chat page with SSE streaming - Knowledge base management with chunk/vector preview - Workflow definition list page - Chunked file upload (>5MB auto-slicing) - Removed demo menus - Added file request client proxy config
24 lines
440 B
Plaintext
24 lines
440 B
Plaintext
VITE_BASE=/
|
|
|
|
# 接口地址
|
|
VITE_GLOB_API_URL=https://mock-napi.vben.pro/api
|
|
|
|
# 是否开启压缩,可以设置为 none, brotli, gzip
|
|
VITE_COMPRESS=none
|
|
|
|
# 是否开启 PWA
|
|
VITE_PWA=false
|
|
|
|
# vue-router 的模式
|
|
VITE_ROUTER_HISTORY=hash
|
|
|
|
# 是否注入全局loading
|
|
VITE_INJECT_APP_LOADING=true
|
|
|
|
# 打包后是否生成dist.zip
|
|
VITE_ARCHIVER=true
|
|
|
|
# IM 即时通讯服务
|
|
VITE_IM_API_URL=/im-api
|
|
VITE_IM_SIGNALR_URL=/im-signalr/hubs/chat
|