This commit is contained in:
2024-05-24 17:31:20 +08:00
parent 66982f3a7b
commit 5dc64da214
3 changed files with 9 additions and 3 deletions

6
app/static.go Normal file
View File

@@ -0,0 +1,6 @@
package web
import "embed"
//go:embed index.html logo.svg favicon.ico platform-config.json public/platform-config.json static assets
var Static embed.FS