From 352776ba7719b0a437639c236fb8882f525b4b5e Mon Sep 17 00:00:00 2001 From: lyzno1 <92089059+lyzno1@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:25:50 +0800 Subject: [PATCH] update: GitHub star fallback count to current value (#23957) --- web/app/components/header/github-star/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/header/github-star/index.tsx b/web/app/components/header/github-star/index.tsx index e825dcdd1..6d87328c2 100644 --- a/web/app/components/header/github-star/index.tsx +++ b/web/app/components/header/github-star/index.tsx @@ -5,7 +5,7 @@ import type { GithubRepo } from '@/models/common' import { RiLoader2Line } from '@remixicon/react' const defaultData = { - stargazers_count: 98570, + stargazers_count: 110918, } const getStar = async () => {