chore: remove unused code and tooling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user