Commit Graph

13 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
严浩
f81c7614be feat(store): 重构应用状态管理,移除旧的 app-store 并引入 app-store-auto-imports
Some checks failed
CI/CD Pipeline / playwright (push) Successful in 4m10s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m33s
测试最新依赖 / playwright (push) Successful in 2m16s
测试最新依赖 / build-and-test (push) Failing after 2m26s
2025-10-29 23:37:31 +08:00
严浩
c490cb1c8e feat: 添加 PrimeVue 组件演示页面
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 2m39s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m51s
2025-10-28 23:50:40 +08:00
严浩
09ec2c7d12 feat(auto-import): 更新图标引入方式并升级相关依赖
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 2m8s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m3s
2025-10-27 12:46:08 +08:00
严浩
aadf03edd0 chore: lint
Some checks failed
CI/CD Pipeline / playwright (push) Failing after 8m43s
CI/CD Pipeline / build-and-deploy (push) Has been skipped
2025-10-27 02:01:08 +08:00
严浩
a1160bc394 refactor(layout): 重构基础布局头部组件结构 2025-10-25 23:24:50 +08:00
严浩
fb3c15aead feat(vite-plugins): 使用 consola 替换 console.log 以增强日志输出
Some checks failed
CI/CD Pipeline / playwright (push) Successful in 3m57s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m18s
测试最新依赖 / build-and-test (push) Failing after 2m17s
测试最新依赖 / playwright (push) Successful in 2m25s
2025-10-25 04:59:11 +08:00
严浩
8a4733c7d2 feat(vite-plugins): 更新unplugin-auto-import插件配置
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 2m14s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m33s
2025-10-25 01:03:41 +08:00
严浩
d0f1ad0702 feat(auto-import): 添加 naive-ui 组件自动导入支持
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 4m8s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m35s
2025-10-25 00:47:07 +08:00
严浩
699b68990e feat(vite-plugins): 整合自动导入与组件解析插件功能
Some checks failed
CI/CD Pipeline / playwright (push) Successful in 2m38s
CI/CD Pipeline / build-and-deploy (push) Failing after 4m0s
2025-10-25 00:25:24 +08:00
严浩
3fe6045e01 feat(locales): locales-4-route
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 4m5s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m40s
2025-10-24 12:52:39 +08:00
严浩
c11473edb5 feat(composables): 提取菜单选项生成逻辑到独立 composables
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 4m0s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m33s
2025-10-24 12:14:46 +08:00
严浩
a09b1da78d refactor(vite-plugins): 重新命名插件文件以优化加载顺序
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Has been cancelled
CI/CD Pipeline / playwright (push) Has been cancelled
2025-10-23 22:38:16 +08:00