feat: add Create page for interactive theme customization

This commit is contained in:
sunzhongyi
2026-05-20 17:29:37 +08:00
parent 466613a69b
commit 184353cfb0
2 changed files with 485 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ const navItems = [
{ label: 'Components', href: '/components/article' },
{ label: 'Themes', href: '/theme' },
{ label: 'Blocks', href: '/blocks' },
{ label: 'Create', href: '/create' },
];
export function Header() {