import type { Metadata } from 'next'; import Image from 'next/image'; export const metadata: Metadata = { title: '扣子编程 - AI 开发伙伴', description: '扣子编程,你的 AI 开发伙伴已就位', }; export default function Home() { return (
{/* 主容器 */}
扣子编程 Logo

应用开发中

请稍后,页面即将呈现

); }