mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-14 10:22:02 +08:00
【调整】暗色主题样式
This commit is contained in:
9
frontend/allinssl/static/assets.go
Normal file
9
frontend/allinssl/static/assets.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package static
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed monitor_templates/*
|
||||
var MonitorTemplatesFS embed.FS
|
||||
|
||||
//go:embed build/*
|
||||
var BuildFS embed.FS
|
||||
Reference in New Issue
Block a user