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
@@ -30,6 +30,7 @@
"@iconify-json/fa6-regular": "^1.2.4",
"@iconify-json/fa6-solid": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.60",
"@iconify-json/simple-icons": "^1.2.87",
"@iconify/svelte": "^4.2.0",
"@swup/astro": "^1.8.0",
"@tailwindcss/typography": "^0.5.19",