更新镜像

This commit is contained in:
xugo
2025-03-17 02:19:21 +08:00
parent 6d2f457fde
commit 41b709a6f0
17 changed files with 235 additions and 99 deletions
+2
View File
@@ -23,6 +23,7 @@ var startRuntime = time.Now()
func setupRouter(r *gin.Engine, uc *Usecase) {
uc.GB28181API.uc = uc
uc.SMSAPI.uc = uc
go stat.LoadTop(system.Getwd(), func(m map[string]any) {
_ = m
})
@@ -70,6 +71,7 @@ func setupRouter(r *gin.Engine, uc *Usecase) {
registerGB28181(r, uc.GB28181API)
registerProxy(r, uc.ProxyAPI)
registerConfig(r, uc.ConfigAPI)
registerSms(r, uc.SMSAPI)
}
type playOutput struct {