From 7964610a6aa5b2fa7000ce7bef2930edffe49ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E6=A2=93=E6=9F=92?= <1787882683@qq.com> Date: Wed, 19 Nov 2025 15:33:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=90=AF=E7=94=A8=20WebUI=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=B9=B6=E8=AE=BE=E7=BD=AE=E4=B8=BA=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/template.env | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/template/template.env b/template/template.env index b9d612af..d19678e7 100644 --- a/template/template.env +++ b/template/template.env @@ -2,6 +2,5 @@ HOST=127.0.0.1 PORT=8000 # WebUI 配置 -# WEBUI_ENABLED=true -# WEBUI_MODE=development # 开发模式(需手动启动前端: cd webui && npm run dev,端口 7999) -# WEBUI_MODE=production # 生产模式(需先构建前端: cd webui && npm run build) \ No newline at end of file +WEBUI_ENABLED=true +WEBUI_MODE=production # 生产模式 \ No newline at end of file