Build a product people remember
@@ -20,16 +28,18 @@ export function StandardCodexPreview({ theme }: { theme: PreviewTheme }) {
export function ProCodexPreview({
theme,
className = "",
+ productLabel = "工作台",
}: {
theme: PreviewTheme;
className?: string;
+ productLabel?: string;
}) {
const wallpaper = theme.previewImage?.replace("./", "/");
return (
- 工作台
+ {productLabel}
文件
编辑
@@ -44,7 +54,7 @@ export function ProCodexPreview({
}}
>