mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 09:36:13 +08:00
fix: update default github star count value (#15708)
This commit is contained in:
parent
efebbffe96
commit
37486a9cc6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user