修改监控为证书监控支持文件导入和smtp监控

监控支持多渠道通知
将静态文件打包到二进制文件
This commit is contained in:
v-me-50
2025-07-08 16:45:28 +08:00
parent b347ade900
commit e4917d7caf
396 changed files with 2263 additions and 584 deletions

9
static/assets.go Normal file
View File

@@ -0,0 +1,9 @@
package static
import "embed"
//go:embed monitor_templates/*
var MonitorTemplatesFS embed.FS
//go:embed build/*
var BuildFS embed.FS