Commit Graph

4 Commits

Author SHA1 Message Date
0ca6cae01a refactor(web): 移除未使用的组件和页面
- 删除了 HelloWorld、TheWelcome、WelcomeItem 组件
- 删除了 IconCommunity、IconDocumentation、IconEcosystem、IconSupport、IconTooling 图标组件
- 删除了 AboutView 页面
- 移除了 HomeView 中的 TheWelcome 组件引用
- 删除了 router 中的 about 路由配置
2025-04-24 16:33:33 +08:00
0a5485ec89 feat(web): 集成 Element Plus 组件库
- 在项目中添加 Element Plus 依赖
- 在 main.js 中注册 Element Plus
- 移除 App.vue 中的多余代码
- 更新 App.vue 模板,使用 RouterView
2025-04-24 16:31:25 +08:00
786a58c261 build(web): 配置 Vite 服务端口和代理
- 修改 .env 文件,将 WEB_PORT 改为 VITE_WEB_PORT
- 删除 web/README.md 文件
- 更新 vite.config.js 文件,添加端口和代理配置
2025-04-24 15:52:17 +08:00
f620c01faf chore: 更新 .gitignore 文件
- 添加日志文件和依赖管理工具的缓存文件到忽略列表
- 忽略 Visual Studio Code 和其他编辑器的配置文件
- 排除 cypress 测试的视频和截图文件
- 忽略 TypeScript 编译信息文件
2025-04-24 12:30:49 +08:00