From b0629a31201556724fe8444058bb0a958815c83c Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Sun, 28 Sep 2025 10:44:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9E=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/entitys/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/entitys/types.go b/internal/entitys/types.go index 51030f2..40d6c89 100644 --- a/internal/entitys/types.go +++ b/internal/entitys/types.go @@ -111,7 +111,7 @@ type ConfigParam struct { Type string `json:"type"` } type Match struct { - Confidence string `json:"confidence"` + Confidence any `json:"confidence"` Index string `json:"index"` IsMatch bool `json:"is_match"` Parameters string `json:"parameters"`