diff --git a/web/app/codex-preview.tsx b/web/app/codex-preview.tsx index 344d1fe..5710093 100644 --- a/web/app/codex-preview.tsx +++ b/web/app/codex-preview.tsx @@ -5,10 +5,18 @@ export type PreviewTheme = { previewImage?: string; }; -export function StandardCodexPreview({ theme }: { theme: PreviewTheme }) { +export function StandardCodexPreview({ + theme, + className = "", + productLabel = "主题", +}: { + theme: PreviewTheme; + className?: string; + productLabel?: string; +}) { return ( -