严浩
86920da611
refactor: update component names to PascalCase and improve structure
...
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
严浩
33801ca211
style(eslint): enforce padding between blocks in vue components
CI/CD Pipeline / playwright (push) Successful in 1m34s
CI/CD Pipeline / build-and-deploy (push) Successful in 1m56s
2025-11-13 22:16:40 +08:00
严浩
a2c49cf600
refactor: 删除 use-safe-n-form-auto-imports.tsx 文件
CI/CD Pipeline / playwright (push) Successful in 1m34s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m5s
2025-11-11 12:42:15 +08:00
严浩
68fc6ad1a3
fix(i18n-auto-imports): 修复菜单翻译缺失时的提示信息
CI/CD Pipeline / playwright (push) Successful in 1m34s
CI/CD Pipeline / build-and-deploy (push) Successful in 1m46s
2025-11-10 15:52:43 +08:00
严浩
9376f8e68e
feat(demos): 移除 Naive UI Demo 中的 SafeNForm 示例 [skip ci]
2025-11-10 00:07:22 +08:00
严浩
290aed74f2
fix(App): 调整 Toast 组件 z-index 并优化国际化缺失提示
...
CI/CD Pipeline / build-and-deploy (push) Has been cancelled
CI/CD Pipeline / playwright (push) Has been cancelled
- 为 Toast 组件添加 style="z-index: 5000" 以确保其层级高于其他 UI 元素
- 在开发模式下,当菜单翻译缺失时,通过 ToastService 弹出警告提示
- 更新 app-config 插件中的 __DEV__ 注释,明确其来源于 vite.config.ts 的 define 配置
- 提高 PrimeVue 的 zIndex 配置值,避免与自定义组件层级冲突
2025-11-05 23:23:28 +08:00
严浩
fcd840d4fe
feat(primevue): 配置PrimeVue的zIndex和类型约束
CI/CD Pipeline / playwright (push) Successful in 3m47s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m4s
2025-11-05 14:01:20 +08:00
严浩
2ba453bbed
feat(app-store): 添加主题模式类型定义和初始值配置
...
CI/CD Pipeline / playwright (push) Successful in 2m9s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m31s
更新 useColorMode 钩子的类型参数,明确指定为 BasicColorSchema 类型,
并设置 initialValue 为 'auto',确保主题模式的类型安全和默认行为。
同时添加 attribute 配置项以支持 class 属性切换。
2025-11-05 13:45:15 +08:00
严浩
4b645bb916
feat(auto-imports): 添加 routeI18nT 类型声明
CI/CD Pipeline / build-and-deploy (push) Has been cancelled
CI/CD Pipeline / playwright (push) Has been cancelled
2025-11-05 13:41:46 +08:00
严浩
e912b2c710
feat(i18n): 导出路由国际化实例的翻译函数
CI/CD Pipeline / playwright (push) Successful in 5m15s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m39s
2025-11-04 11:15:25 +08:00
严浩
c0c5e9763e
feat(i18n): 优化国际化路由标题设置逻辑并修复响应式问题
CI/CD Pipeline / playwright (push) Successful in 4m3s
CI/CD Pipeline / build-and-deploy (push) Has been cancelled
2025-11-04 11:09:39 +08:00
严浩
6e915a5977
feat(eslint): 添加 jsonc 插件并启用 JSON 文件键排序规则
...
CI/CD Pipeline / playwright (push) Successful in 4m53s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m55s
测试最新依赖 / playwright (push) Successful in 2m1s
测试最新依赖 / build-and-test (push) Successful in 2m35s
新增 `eslint-plugin-jsonc` 插件,并在 `.json` 文件中启用 `jsonc/sort-keys` 规则,
以确保本地化文件中的键名按字母顺序排列。此举有助于减少多人协作时的合并冲突,
同时提升代码一致性和可维护性。
此外,调整了 VS Code 配置项顺序以优化读写逻辑,并更新相关依赖版本。
2025-11-04 01:28:01 +08:00
严浩
acd7c0db13
feat(i18n): 强制路由标题键名按字母顺序排序
CI/CD Pipeline / playwright (push) Successful in 2m18s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m41s
2025-11-03 23:41:36 +08:00
严浩
a4ea7ce56e
fix(useMetaLayoutsMenuOptions): 移除调试日志输出
CI/CD Pipeline / playwright (push) Successful in 2m16s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m40s
2025-11-03 16:42:40 +08:00
严浩
166d76d980
feat(router): 支持通过 activeMenuName 指定菜单高亮路径
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
严浩
f9f82e4d29
feat(i18n): 引入 routeI18nInstance 以支持路由菜单标题的多语言处理
CI/CD Pipeline / playwright (push) Successful in 5m9s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m48s
2025-11-03 15:03:22 +08:00
严浩
b4fcde324d
feat(auth): 添加用户认证模块与登录页面
CI/CD Pipeline / playwright (push) Successful in 4m9s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m38s
2025-11-03 13:46:47 +08:00
严浩
b669889bb0
refactor(plugins): 重构插件自动加载逻辑
CI/CD Pipeline / playwright (push) Failing after 7m17s
CI/CD Pipeline / build-and-deploy (push) Has been skipped
2025-11-03 11:52:54 +08:00
严浩
8a3b9e03fd
feat(router): 添加路由就绪等待逻辑
CI/CD Pipeline / playwright (push) Failing after 7m9s
CI/CD Pipeline / build-and-deploy (push) Has been skipped
2025-11-03 11:41:35 +08:00
严浩
bd9acc06a8
feat(vite-plugins): 添加 vant-touch-emulator 和 eruda 脚本支持
CI/CD Pipeline / playwright (push) Successful in 4m20s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m21s
测试最新依赖 / build-and-test (push) Successful in 2m10s
测试最新依赖 / playwright (push) Successful in 2m15s
2025-11-03 01:16:27 +08:00
严浩
f790691d5a
fix(useMetaLayoutsNMenuOptions): 优化路由标题设置逻辑
CI/CD Pipeline / playwright (push) Successful in 4m4s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m39s
2025-11-02 23:05:20 +08:00
严浩
838d5cfb6e
fix(useMetaLayoutsMenuOptions): 调整路由标题设置逻辑以支持多语言
CI/CD Pipeline / playwright (push) Successful in 4m17s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m27s
2025-11-02 22:33:06 +08:00
严浩
e7a4a7aff9
fix: 优化404页面返回按钮逻辑
CI/CD Pipeline / playwright (push) Successful in 3m49s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m27s
2025-11-02 17:19:16 +08:00
严浩
c8b8a3caa4
fix(use-safe-n-form): 更改 formRef 为 formInst
CI/CD Pipeline / playwright (push) Successful in 3m38s
CI/CD Pipeline / build-and-deploy (push) Successful in 3m46s
2025-10-31 13:43:27 +08:00
严浩
48eb653f1a
feat(demo): 添加 Naive UI 组件表单演示功能
CI/CD Pipeline / build-and-deploy (push) Has been cancelled
CI/CD Pipeline / playwright (push) Has been cancelled
2025-10-31 13:40:23 +08:00
严浩
b3fbfe2d9d
feat(i18n): 添加语言变更时更新html lang属性的功能
CI/CD Pipeline / playwright (push) Successful in 3m30s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m2s
测试最新依赖 / build-and-test (push) Successful in 2m5s
测试最新依赖 / playwright (push) Successful in 2m27s
2025-10-30 22:43:38 +08:00
严浩
da80cad976
chore(AppNaiveUIProvider): 移除 BUILD_TIME 常量声明
CI/CD Pipeline / playwright (push) Successful in 2m0s
CI/CD Pipeline / build-and-deploy (push) Successful in 3m55s
2025-10-30 22:34:32 +08:00
严浩
270a838185
feat(AppNaiveUIProvider): 添加日期本地化支持
CI/CD Pipeline / playwright (push) Successful in 4m5s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m23s
2025-10-30 14:32:12 +08:00
严浩
5b54fe5182
feat(naive-ui): 添加 Modal 命令式 API 支持并完善类型声明
CI/CD Pipeline / playwright (push) Successful in 2m10s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m16s
2025-10-30 14:18:06 +08:00
严浩
21676c11ff
Revert "feat(AppNaiveUIProvider): 添加对 NModal 的支持"
...
CI/CD Pipeline / playwright (push) Successful in 3m58s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m21s
This reverts commit 75f461df0f .
2025-10-30 14:05:19 +08:00
严浩
75f461df0f
feat(AppNaiveUIProvider): 添加对 NModal 的支持
CI/CD Pipeline / playwright (push) Successful in 4m6s
CI/CD Pipeline / build-and-deploy (push) Has been cancelled
2025-10-30 14:00:43 +08:00
严浩
b623365e38
feat(demos): 添加 Naive UI 组件演示页面
CI/CD Pipeline / playwright (push) Successful in 4m2s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m6s
2025-10-30 13:37:31 +08:00
严浩
68e320637e
feat(main): 将 import.meta.glob 的 eager 选项添加注释说明,
CI/CD Pipeline / playwright (push) Successful in 2m11s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m34s
2025-10-30 09:35:51 +08:00
严浩
f81c7614be
feat(store): 重构应用状态管理,移除旧的 app-store 并引入 app-store-auto-imports
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
严浩
2874fdfaa7
feat(locales): 避免冲突 src/locales/demo
CI/CD Pipeline / playwright (push) Successful in 3m49s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m24s
2025-10-29 19:07:06 +08:00
严浩
7dd7ce73bc
refactor(i18n): 重构国际化模块结构
CI/CD Pipeline / playwright (push) Successful in 4m14s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m39s
2025-10-29 13:16:18 +08:00
严浩
b0b65b454c
feat(toast): 添加一键打开所有 Toast 消息功能并优化显示时间
CI/CD Pipeline / playwright (push) Successful in 4m6s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m22s
测试最新依赖 / playwright (push) Successful in 1m50s
测试最新依赖 / build-and-test (push) Failing after 2m24s
2025-10-29 00:13:08 +08:00
严浩
c490cb1c8e
feat: 添加 PrimeVue 组件演示页面
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
严浩
33e8a4a5d6
refactor(env): 统一环境变量命名规范
CI/CD Pipeline / playwright (push) Successful in 3m46s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m5s
2025-10-28 19:18:00 +08:00
严浩
88ca601d07
feat(i18n): 实现应用语言本地存储功能
CI/CD Pipeline / playwright (push) Successful in 3m46s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m6s
2025-10-28 09:55:28 +08:00
严浩
50911ada4e
build(vite): 注释掉 layouts 手动分块逻辑
CI/CD Pipeline / playwright (push) Successful in 4m49s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m34s
测试最新依赖 / playwright (push) Successful in 1m51s
测试最新依赖 / build-and-test (push) Failing after 2m25s
2025-10-27 22:42:50 +08:00
严浩
ad0a50d8c7
refactor(eslint): 添加 vue/attributes-order 规则以规范属性排序
2025-10-27 22:05:59 +08:00
严浩
d4d9620db2
refactor(useMetaLayoutsMenuOptions): 优化路由过滤与排序逻辑
CI/CD Pipeline / playwright (push) Successful in 4m9s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m27s
2025-10-27 14:04:58 +08:00
严浩
267bf75bc1
chore(useMetaLayoutsMenuOptions): 优化调试日志输出格式
CI/CD Pipeline / playwright (push) Successful in 3m55s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m11s
2025-10-27 13:46:06 +08:00
严浩
09ec2c7d12
feat(auto-import): 更新图标引入方式并升级相关依赖
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
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
严浩
2ec6f6c4ba
docs(locales-4-route): 添加路由标题国际化机制说明文档
CI/CD Pipeline / playwright (push) Failing after 8m15s
CI/CD Pipeline / build-and-deploy (push) Has been skipped
2025-10-26 21:28:25 +08:00
严浩
a601f2bc55
feat(locales): 动态导入路由本地化消息文件
CI/CD Pipeline / playwright (push) Failing after 8m31s
CI/CD Pipeline / build-and-deploy (push) Has been skipped
2025-10-26 20:33:04 +08:00
严浩
5b0c0716fd
feat(config): 添加 VITE_CLOUDFLARE_SERVER_ENABLED 环境变量支持
CI/CD Pipeline / playwright (push) Failing after 8m16s
CI/CD Pipeline / build-and-deploy (push) Has been skipped
2025-10-26 20:15:16 +08:00
严浩
a1160bc394
refactor(layout): 重构基础布局头部组件结构
2025-10-25 23:24:50 +08:00