- 22-page high-fidelity design gallery - shadcn/ui + Tailwind CSS + Vite - iPhone frame wrapper for realistic preview - Bottom tab bar component - All pages match ZhiXi app screens
25 lines
450 B
JSON
25 lines
450 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"path": "/",
|
|
"src": "src/pages/Index.tsx"
|
|
},
|
|
{
|
|
"path": "/not-found",
|
|
"src": "src/pages/NotFound.tsx"
|
|
}
|
|
],
|
|
"components": [
|
|
{
|
|
"name": "BottomTabBar",
|
|
"src": "src/components/BottomTabBar.tsx",
|
|
"route": "/preview/bottom-tab-bar"
|
|
},
|
|
{
|
|
"name": "IPhoneFrame",
|
|
"src": "src/components/IPhoneFrame.tsx",
|
|
"route": "/preview/i-phone-frame"
|
|
}
|
|
]
|
|
}
|