'app下载页

This commit is contained in:
eric
2026-03-08 12:53:01 -05:00
parent 4243a52327
commit 3c9ef24c54
6 changed files with 162 additions and 58 deletions

View File

@@ -11,6 +11,7 @@ const navLinks = [
{ labelKey: "tools" as const, href: "#tools" },
{ labelKey: "community" as const, href: "#community" },
{ labelKey: "shop" as const, href: "#shop" },
{ labelKey: "resources" as const, href: "#resources" },
];
export default function Header() {