From c52afd6a1f5b2eabb7916c01a89c519b33f42f4a Mon Sep 17 00:00:00 2001 From: lishengboo <1171734220@qq.com> Date: Tue, 30 Dec 2025 14:53:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20GitCode=20=E6=9B=BF=E6=8D=A2=E4=B8=BA=20?= =?UTF-8?q?AtomGit?= 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 47aaab8227..94a081a35f 100644 --- a/providers/gitcode.go +++ b/providers/gitcode.go @@ -32,7 +32,7 @@ type userGitcode struct { var _ Provider = (*GitcodeProvider)(nil) const ( - gitcodeProviderName = "GitCode" + gitcodeProviderName = "AtomGit" gitcodeDefaultScope = "all_user" )