fix: 修复 Gitea 图标不渲染,简化 CI workflow

- 修复 gitea-logo :before 伪元素缺少公共样式选择器的问题

- 替换错误的 Gitea SVG path 为正确 logo

- 重构 Gitea card 组件使用 giteaConfig 统一管理域名

- 更新 Gitea 链接域名 (gitea -> git)

- 添加 simple-icons 图标包支持

- 删除未使用的 gitea-logo.svg

- 删除 GitHub Pages 部署 workflow (使用 Vercel)

- 删除 biome 代码质量检查 workflow

- 简化 build workflow,单版本 Node 22,仅构建
This commit is contained in:
2026-06-27 17:34:17 +08:00
parent 590bd54a6a
commit 3aff09be78
11 changed files with 77 additions and 146 deletions
+1
View File
@@ -54,6 +54,7 @@ export default defineConfig({
"fa6-brands": ["*"],
"fa6-regular": ["*"],
"fa6-solid": ["*"],
"simple-icons": ["gitea"],
},
}),
expressiveCode({