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{} }, // 添加其他模型 }