chore: remove unused code and tooling

This commit is contained in:
2026-04-18 19:15:22 +08:00
parent 4b62f09d65
commit ba3154af59
21 changed files with 50 additions and 2227 deletions
@@ -37,7 +37,6 @@ function getLinkIcon(type: string): string {
export async function ProjectSidebar({ project, locale }: ProjectSidebarProps) {
const t = await getTranslations('project')
const displayName = locale === 'en' && project.nameEn ? project.nameEn : project.name
// 获取 GitHub 统计数据
const githubInfo = getGitHubInfoFromLinks(project.links)