feat: 添加 GitHub 统计数据展示功能
新增 GitHub 统计卡片和徽章组件,在项目卡片、详情页和侧边栏中展示 GitHub stars、forks 等统计数据 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@ const nextConfig = {
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{ hostname: 'localhost' },
|
||||
{ hostname: '*.anthropic.com' }
|
||||
{ hostname: '*.anthropic.com' },
|
||||
{ hostname: 'img.shields.io' }
|
||||
]
|
||||
},
|
||||
experimental: {
|
||||
|
||||
Reference in New Issue
Block a user