mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-12 12:26:54 +08:00
fix: update default github star count value (#15708)
This commit is contained in:
@@ -17,7 +17,7 @@ const GithubStar: FC<{ className: string }> = (props) => {
|
|||||||
queryKey: ['github-star'],
|
queryKey: ['github-star'],
|
||||||
queryFn: getStar,
|
queryFn: getStar,
|
||||||
enabled: process.env.NODE_ENV !== 'development',
|
enabled: process.env.NODE_ENV !== 'development',
|
||||||
initialData: { stargazers_count: 6000 },
|
initialData: { stargazers_count: 81204 },
|
||||||
})
|
})
|
||||||
if (isFetching)
|
if (isFetching)
|
||||||
return null
|
return null
|
||||||
|
|||||||
Reference in New Issue
Block a user