Commit Graph

10 Commits

Author SHA1 Message Date
严浩
86920da611 refactor: update component names to PascalCase and improve structure
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 2m17s
CI/CD Pipeline / build-and-deploy (push) Successful in 1m50s
- Changed component names from kebab-case to PascalCase in various files for consistency.
- Updated `<router-view>` and `<transition>` to `<RouterView>` and `<Transition>` respectively in App.vue and base-layout.vue.
- Refactored AppNaiveUIProvider.vue to use PascalCase for Naive UI providers.
- Adjusted language and theme switch buttons to use PascalCase for icon components.
- Updated button components in demo pages to use PascalCase for Naive UI buttons.
- Modified ESLint rules in route message files to use perfectionist/sort-objects for better key sorting.
- Enhanced Vite plugin files to export loadPlugin functions for better plugin management.
- Improved plugin loading logic to handle errors and warnings more effectively.
2025-12-10 22:52:23 +08:00
严浩
166d76d980 feat(router): 支持通过 activeMenuName 指定菜单高亮路径
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 2m18s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m24s
2025-11-03 15:54:11 +08:00
严浩
26f3348b28 feat(layout): base-layout 的 RouterView 添加 Transition 2025-10-22 00:45:28 +08:00
严浩
73c700e25b feat(index): 添加移动端防缩放与点击计数器功能
Some checks failed
CI/CD Pipeline / playwright (push) Successful in 5m17s
CI/CD Pipeline / build-and-deploy (push) Successful in 5m44s
测试最新依赖 / build-and-test (push) Failing after 1m56s
测试最新依赖 / playwright (push) Successful in 2m5s
2025-10-20 00:19:28 +08:00
严浩
4e31d8b80c refactor(server): 修改 WebSocket 关闭事件处理逻辑
Some checks failed
/ playwright (push) Successful in 1m55s
/ build-and-test (push) Failing after 1m43s
CI/CD Pipeline / playwright (push) Successful in 3m48s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m46s
2025-10-16 15:06:39 +08:00
严浩
c5b8321ac4 feat(src/pages/index.page.vue): 添加 WebSocket 事件日志记录功能
Some checks failed
/ playwright (push) Successful in 2m7s
/ build-and-test (push) Failing after 1m53s
CI/CD Pipeline / playwright (push) Successful in 3m42s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m50s
2025-10-16 14:11:47 +08:00
严浩
d3d5ebc66b fix(index.page): 修复消息输入框宽度问题
Some checks failed
/ build-and-test (push) Failing after 1m59s
/ playwright (push) Successful in 2m15s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m12s
CI/CD Pipeline / playwright (push) Successful in 4m37s
为消息输入框添加 `w-full` 类,确保其在父容器中正确占满宽度。
2025-10-16 12:29:14 +08:00
严浩
f9748b78a3 fix(index.page): 优化WebSocket错误处理
Some checks failed
CI/CD Pipeline / playwright (push) Successful in 2m2s
/ playwright (push) Successful in 2m9s
/ build-and-test (push) Failing after 1m48s
CI/CD Pipeline / build-and-deploy (push) Successful in 3m30s
2025-10-16 11:46:45 +08:00
严浩
4733e59d1a feat: 添加 WebSocket 支持和连接管理功能 2025-10-16 01:45:36 +08:00
严浩
e50d699a2a chore: initial commit
Some checks failed
/ playwright (push) Successful in 1m33s
/ build-and-test (push) Failing after 2m7s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m16s
CI/CD Pipeline / playwright (push) Successful in 3m26s
2025-10-15 16:27:39 +08:00