update: GitHub star fallback count to current value (#23957)

This commit is contained in:
lyzno1 2025-08-15 11:25:50 +08:00 committed by GitHub
parent f560116fb2
commit 352776ba77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 () => {