Fix: dist embed all file

This commit is contained in:
zijiren233 2023-11-12 23:35:51 +08:00
parent 5de12cfae5
commit d918b09ce6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"io/fs"
)
//go:embed dist
//go:embed all:dist
var dist embed.FS
var Public, _ = fs.Sub(dist, "dist")