一个简洁优雅的应用下载页面模板、简洁设计风格。
Kapture.2025-12-11.at.12.31.50.mp4
- 🎨 简洁现代的设计风格
- 📱 响应式布局,支持移动端和桌面端
- 🎯 应用下载按钮(iOS/Android)
- 🖼️ 应用截图展示
- 📄 底部文件说明链接
- React 18
- TypeScript
- Vite
- Tailwind CSS
- shadcn/ui 组件库
- Lucide React 图标
pnpm installpnpm devpnpm buildpnpm previewapp-website/
├── src/
│ ├── components/
│ │ ├── ui/ # shadcn/ui 基础组件
│ │ ├── DownloadButton.tsx
│ │ ├── ImageGallery.tsx
│ │ └── Footer.tsx
│ ├── lib/
│ │ └── utils.ts # 工具函数
│ ├── App.tsx # 主应用组件
│ ├── main.tsx # 入口文件
│ └── index.css # 全局样式
├── index.html
├── package.json
├── tsconfig.json
├── vite.config.ts
└── tailwind.config.js
编辑 src/App.tsx 中的标题和描述。
编辑 src/components/DownloadButton.tsx,添加实际的下载链接。
编辑 src/components/ImageGallery.tsx,替换图片 URL。
编辑 src/components/Footer.tsx,更新链接地址和文本。
MIT