feat: add GitHub projects page

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-13 16:59:56 +08:00
parent 2402c94760
commit fde17c2308
4 changed files with 158 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ export function SiteHeader() {
const navItems: NavLinkItem[] = [
{ key: 'home', href: '/', label: '首頁', iconKey: 'home' },
{ key: 'projects', href: '/projects', label: '作品', iconKey: 'pen' },
{
key: 'about',
href: aboutChildren[0]?.href,