新增支持前端嵌入

This commit is contained in:
2026-03-29 00:44:30 +08:00
parent 7a7d3aeaaa
commit 37acc7586b
3 changed files with 100 additions and 84 deletions

6
public/public.go Normal file
View File

@@ -0,0 +1,6 @@
package public
import "embed"
//go:embed all:dist
var Public embed.FS