zhaoqingang
2025-02-08 def7497d1fb46430053f103ba9e1ea1a8a06e25c
models/model.go
@@ -17,6 +17,7 @@
   "gather":    func() Model { return &GatherModel{} },
   "disappear": func() Model { return &DisappearModel{} },
   "location":  func() Model { return &LocationModel{} },
   "night":     func() Model { return &nightModel{} },
   // 添加其他模型
}