zhangzengfei
2025-02-07 17f45fcc0a062a15372883de8909953071c51b3c
models/model.go
@@ -16,6 +16,7 @@
var modelRegistry = map[string]func() Model{
   "gather":    func() Model { return &GatherModel{} },
   "disappear": func() Model { return &DisappearModel{} },
   "location":  func() Model { return &LocationModel{} },
   // 添加其他模型
}