/** * 根级 Suspense fallback * * Server Component,渲染于任一未 ready 子树之上。 * 设计为最小化的居中 spinner,复用 `globals.css` 的 `--color-accent`。 */ export default function Loading() { return (
); }