From fca319958029fa924308e50cb61202d7d6ff5008 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期三, 19 二月 2025 13:33:37 +0800 Subject: [PATCH] 暂停聚集模型 --- models/model.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/models/model.go b/models/model.go index 8a3b136..12e7b05 100644 --- a/models/model.go +++ b/models/model.go @@ -14,7 +14,7 @@ } var modelRegistry = map[string]func() Model{ - "gather": func() Model { return &GatherModel{} }, + //"gather": func() Model { return &GatherModel{} }, "disappear": func() Model { return &DisappearModel{} }, "locationAnalysis": func() Model { return &LocationModel{} }, "accessRegularity": func() Model { return &RegularityModel{} }, -- Gitblit v1.8.0