ソースを参照

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

tags/1.8.0
lyzno1 2ヶ月前
コミット
352776ba77
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      web/app/components/header/github-star/index.tsx

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

読み込み中…
キャンセル
保存