zhangzengfei
2025-02-11 3d54c2726165343fd7d18ca91a577931d7732c82
models/model.go
@@ -16,8 +16,7 @@
var modelRegistry = map[string]func() Model{
   "gather":           func() Model { return &GatherModel{} },
   "disappear":        func() Model { return &DisappearModel{} },
   "location":         func() Model { return &LocationModel{} },
   "night":            func() Model { return &nightModel{} },
   "locationAnalysis": func() Model { return &LocationModel{} },
   "accessRegularity": func() Model { return &RegularityModel{} },
   // 添加其他模型
}