应用加载失败
页面框架发生异常,暂时无法显示内容。可以重试,或稍后再回来。
错误编号 {error.digest},反馈问题时请一并提供。
) : null}"use client"; const canvas = "var(--bp-canvas)"; const ink = "var(--bp-ink)"; const inkSecondary = "var(--bp-ink-soft)"; const danger = "var(--bp-danger)"; const border = "var(--bp-border)"; const action = "var(--bp-action)"; const focus = "var(--bp-action)"; const actionStyle = { alignItems: "center", borderRadius: "12px", display: "inline-flex", fontSize: "14px", fontWeight: 500, justifyContent: "center", minHeight: "44px", minWidth: "88px", padding: "0 20px", } as const; export default function GlobalError({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; }) { return (
页面框架发生异常,暂时无法显示内容。可以重试,或稍后再回来。
错误编号 {error.digest},反馈问题时请一并提供。
) : null}