Commit Graph

3 Commits

Author SHA1 Message Date
Vixalie
75291cda8c feat(components): 添加组件演示页面
- 在 ComponentsDemo.tsx 中添加了多种组件的演示
- 包括 Radio、RadioGroup、Check、Segments、Select 和 Switcher 组件
- 展示了不同配置和状态下的组件用法
2025-08-21 08:41:18 +08:00
Vixalie
b7f03197c7 feat(navigation): 添加 Demo 页面路由和组件
- 在 Layout 组件中添加了 Demo 页面的导航链接
- 在主路由中增加了 /demo 路径的路由
- 新增了 ComponentsDemo 组件用于 Demo 页面显示
2025-08-07 22:18:04 +08:00
Vixalie
1a06d39059 feat(router): 添加路由配置和新页面组件
- 在 src/index.tsx 中添加 Route 组件和引入 Models 页面
- 新增 Models 组件文件 (src/pages/Models.tsx)
- 新增 Settings 组件文件 (src/pages/Settings.tsx)
2025-08-04 22:44:49 +08:00