feat: 完成前后端打包

This commit is contained in:
2026-03-27 18:39:53 +08:00
parent b0db64bd7b
commit 21251c6e07
8 changed files with 201 additions and 8 deletions

8
web/web.go Normal file
View File

@@ -0,0 +1,8 @@
package web
import "embed"
const DistDir = "frontend/dist"
//go:embed all:frontend/dist
var Public embed.FS