mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
update: GitHub star fallback count to current value (#23957)
This commit is contained in:
@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user