import { SectionLabel } from '@/components/section-label' import { DownloadGrid } from '@/components/download-grid' import { usePageTitle } from '@/hooks/use-page-title' export default function DownloadPage() { usePageTitle('下载') return (
DOWNLOAD

下载 sundynix agentix

macOS 与 Windows 桌面版,或用 docker compose 私有化部署。

) }