mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 15:51:11 +08:00
修改监控为证书监控支持文件导入和smtp监控
监控支持多渠道通知 将静态文件打包到二进制文件
This commit is contained in:
9
static/assets.go
Normal file
9
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