This commit is contained in:
2026-08-17 13:19:15 +08:00
parent 2b7c1c790b
commit 0e93c4f0a9
314 changed files with 2151 additions and 17468 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ import (
)
// webStaticDirs 候选前端静态目录(相对 server 工作目录,按序取第一个存在者):
// 1. 本地开发:直接服务 Flutter 构建产物 app/build/webscripts/build_web.sh 或 dev.sh 构建
// 1. 本地开发:uni-app H5 构建产物 app-uni/dist/build/h5npm run build:h5
// 2. Docker 镜像:Dockerfile web-builder 阶段产物(/app/web
var webStaticDirs = []string{
"../app/build/web",
"../app-uni/dist/build/h5",
"web",
}