ios-projects/react/config.json
WangDL c10e299dc0 feat: add React UI prototype for iOS UX reference
- 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
2026-05-09 11:21:05 +08:00

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"
}
]
}