feat: complete 2.0.7.12 platform overhaul

This commit is contained in:
2026-08-16 19:33:03 +08:00
parent 73555cd04c
commit c9fa6f7a88
159 changed files with 13243 additions and 2539 deletions
+4 -1
View File
@@ -7,7 +7,10 @@ import (
"io/fs"
)
//go:embed admin/dist portal/dist setup/dist
// The all: prefix is required because Vite emits helper chunks whose names
// begin with an underscore, which the default directory pattern excludes.
//
//go:embed all:admin/dist all:portal/dist all:setup/dist
var FS embed.FS
const Embedded = true