From 1f3e329031014eadc3b10b1d17fde764cad0c786 Mon Sep 17 00:00:00 2001 From: lishengboo <1171734220@qq.com> Date: Wed, 24 Dec 2025 14:53:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=99=BB=E5=BD=95=E9=A1=B5Gitcode=20?= =?UTF-8?q?=E6=94=B9=20GitCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- providers/gitcode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/gitcode.go b/providers/gitcode.go index 89d69d5e77..47aaab8227 100644 --- a/providers/gitcode.go +++ b/providers/gitcode.go @@ -32,7 +32,7 @@ type userGitcode struct { var _ Provider = (*GitcodeProvider)(nil) const ( - gitcodeProviderName = "Gitcode" + gitcodeProviderName = "GitCode" gitcodeDefaultScope = "all_user" )