Commit Graph

5 Commits

Author SHA1 Message Date
26bd2029e7 feat(web): 增加角色列表和充值流水功能
- 在 HomeView 中添加角色列表和充值流水两个表格
- 实现角色列表数据的获取和搜索功能
- 添加充值流水数据的获取功能
- 引入 dayjs 库对时间进行格式化
- 优化表单选择框,使用 el-select-v2 组件
2025-04-24 18:14:28 +08:00
278684d3ff build(web): 移除 Tailwind CSS 依赖
- 移除了 @tailwindcss/vite 和 tailwindcss 依赖
- 在 index.html 中添加了 tailwindcss.js 脚本引用
- 调整了 Prettier 配置,增加了打印宽度
2025-04-24 17:40:12 +08:00
f4d57d8e1c fix: 修改文件名大小写 2025-04-24 17:13:51 +08:00
0ca6cae01a refactor(web): 移除未使用的组件和页面
- 删除了 HelloWorld、TheWelcome、WelcomeItem 组件
- 删除了 IconCommunity、IconDocumentation、IconEcosystem、IconSupport、IconTooling 图标组件
- 删除了 AboutView 页面
- 移除了 HomeView 中的 TheWelcome 组件引用
- 删除了 router 中的 about 路由配置
2025-04-24 16:33:33 +08:00
f620c01faf chore: 更新 .gitignore 文件
- 添加日志文件和依赖管理工具的缓存文件到忽略列表
- 忽略 Visual Studio Code 和其他编辑器的配置文件
- 排除 cypress 测试的视频和截图文件
- 忽略 TypeScript 编译信息文件
2025-04-24 12:30:49 +08:00