---
import Logo from "@/components/Logo.astro";
import { siteConfig } from "@/config";
const pathname = Astro.url.pathname;
const links = [
{ href: "/downloads", label: "下载" },
{ href: "/guide", label: "快速开始" },
{ href: "/about", label: "项目介绍" },
];
---