mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 07:24:55 +08:00
9 lines
152 B
Go
9 lines
152 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
// Assets 是 bat-api dashboard 的无构建静态资源。
|
|
//
|
|
//go:embed index.html app.js styles.css
|
|
var Assets embed.FS
|