:art:接入静态文件

This commit is contained in:
coward
2024-05-24 17:31:41 +08:00
parent 5fc8cc8d94
commit 30b7d6aeb6
50 changed files with 993 additions and 1 deletions

6
web/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