From b9ce6325cbcf8290bbe72a956c045bd7edc9de5c Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期五, 19 四月 2024 11:34:21 +0800 Subject: [PATCH] 关切图功能 --- config/config.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/config/config.go b/config/config.go index e2d1d8c..97fdb61 100644 --- a/config/config.go +++ b/config/config.go @@ -28,6 +28,7 @@ ReportServer string `mapstructure:"report-server"` ReportInterval int `mapstructure:"report-interval"` RetryInterval int `mapstructure:"retry-interval"` + CutFaceImage bool `mapstructure:"cut-face-image"` } type rateLimitConfig struct { -- Gitblit v1.8.0