feat: 启用 WebUI 配置并设置为生产模式

pull/1365/head
墨梓柒 2025-11-19 15:33:10 +08:00
parent fe3b2ac6da
commit 7964610a6a
No known key found for this signature in database
GPG Key ID: 4A65B9DBA35F7635
1 changed files with 2 additions and 3 deletions

View File

@ -2,6 +2,5 @@ HOST=127.0.0.1
PORT=8000 PORT=8000
# WebUI 配置 # WebUI 配置
# WEBUI_ENABLED=true WEBUI_ENABLED=true
# WEBUI_MODE=development # 开发模式(需手动启动前端: cd webui && npm run dev端口 7999 WEBUI_MODE=production # 生产模式
# WEBUI_MODE=production # 生产模式(需先构建前端: cd webui && npm run build