Merge branch 'main' into feat/model-auth

This commit is contained in:
zxhlyh
2025-08-18 18:05:03 +08:00
304 changed files with 11488 additions and 2944 deletions

View File

@ -42,7 +42,7 @@ export default function Support() {
>
<MenuItems
className={cn(
`absolute top-[1px] z-10 max-h-[70vh] w-[216px] origin-top-right -translate-x-full divide-y divide-divider-subtle overflow-y-scroll
`absolute top-[1px] z-10 max-h-[70vh] w-[216px] origin-top-right -translate-x-full divide-y divide-divider-subtle overflow-y-auto
rounded-xl border-[0.5px] border-components-panel-border bg-components-panel-bg-blur shadow-lg backdrop-blur-[5px] focus:outline-none
`,
)}

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