refactor: move web embeds to web/ directory

This commit is contained in:
fatedier
2026-01-27 02:49:20 +08:00
parent fb2c98e87b
commit b94a0caea6
26 changed files with 12629 additions and 6059 deletions

View File

@@ -41,7 +41,7 @@ func Load(path string) {
}
func Register(fileSystem fs.FS) {
subFs, err := fs.Sub(fileSystem, "static")
subFs, err := fs.Sub(fileSystem, "dist")
if err == nil {
content = subFs
}