Commit Graph

3175 Commits

Author SHA1 Message Date
Lmx1220
1eca52f962 Update pnpm-lock.yaml
更新到使用vue3版本
2026-03-13 15:20:58 +08:00
Lmx1220
e21adb395b Merge branch 'main' into main 2026-03-13 15:08:24 +08:00
dap
e3d78f2fb2 docs: 更新 CHANGELOG.md 以反映从 1.x 到 2.0.0 的重大版本变更
更新变更日志,归档旧版本历史,并详细记录 2.0.0 版本的核心变更。主要变化包括:
- 从 ant-design-vue 迁移至基于 React 版 antd v6 移植的组件库
- 引入 CSS 变量、组件语义化结构等新特性
- 重构请求客户端为 alovaInstance,并调整路由模式
- 移除或替换多项已弃用的 API 和组件
2026-03-13 11:23:00 +08:00
dap
efdff884a3 chore: 移除Gitee平台的issue模板文件
移除不再使用的Gitee平台issue模板文件,包括功能建议、Bug反馈模板及相关配置。这些模板已不再需要,清理项目结构。
2026-03-13 11:18:50 +08:00
dap
b526328c32 Merge branch 'migration-to-github' into dev 2026-03-13 10:53:42 +08:00
dap
260260e687 chore: 移除所有 GitHub 和 Gitee 平台配置文件
这些配置文件(包括 issue 模板、CI/CD 工作流、社区规范等)是特定于平台(GitHub/Gitee)的,与核心代码库功能无关。移除它们可以简化项目结构,避免维护多个平台的配置,并专注于核心代码开发。
1.5.3
2026-03-13 10:53:00 +08:00
dap
a250136b93 docs: 移除日语文档并更新主README
删除不再维护的日语版README文件,并将主README从英文版本更新为中文版本,以反映项目当前的实际状态。同时更新了项目介绍、安装说明和贡献指南等内容,使其与RuoYi-Vue-Plus前端项目保持一致。
2026-03-13 10:42:50 +08:00
dap
2620d743b8 Merge branch 'migration-to-github' into dev 2026-03-13 10:38:16 +08:00
dap
102f46fa6d docs: 删除日语README并更新主README为中文版
删除 README.ja-JP.md 和 README.zh-CN.md 文件,将主 README.md 内容替换为中文版本。
更新内容以反映项目是基于 vben5 的 RuoYi-Vue-Plus 前端,并包含版本说明、安装指南和配置信息。
2026-03-13 10:37:25 +08:00
xingyu4j
0e4bf80bf4 chore: update deps 2026-03-13 10:33:23 +08:00
cdc
107750971b fix: fix useEcharts 2026-03-10 21:48:33 +08:00
dap
a3f8cd8f96 style(login): 优化登录按钮的样式类名处理
使用 cn 工具函数替代手动拼接样式类名,使代码更简洁易读
2026-03-10 19:32:56 +08:00
dap
486ce6a567 fix(router): 修正根路由匹配逻辑和仪表板路由路径
修正根路由匹配逻辑,从基于路径匹配改为同时检查名称和路径,以避免潜在的路由冲突。同时将仪表板模块的基础路径从'/'改为'/dashboard',以改善路由结构。
2026-03-10 19:25:05 +08:00
橙子
24e1be47ca fix: fix component type (#7601) 2026-03-10 05:11:06 +08:00
Mr. Xie
7e0978c764 fix: 修复验证码登录发送逻辑,未校验手机号或发送失败仍开始倒计时的问题 (#7616) 2026-03-10 05:10:34 +08:00
Leo
83a0c9662d fix: 修复路由重复 (#7590)
* fix: 修复路由重复

优化mixed模式路由合并逻辑。以backend 为基础,并从frontend补充

* fix: 修复名称冲突时子项合并顺序/覆盖(后端子项可能会丢失)。

* fix: 优化可访问性判断逻辑

* fix: error Forbidden non-null assertion

* refactor(access): 调整可访问性判断逻辑
2026-03-10 05:09:48 +08:00
xingyu
a4736a49f8 feat: migrate to Tailwind CSS v4 (#7614)
* chore: update deps

* feat: use jsonc/x language

* chore: update eslint 10.0

* fix: no-useless-assignment

* feat: add CLAUDE.md

* chore: ignore

* feat: claude

* fix: lint

* chore: suppot eslint v10

* fix: lint

* fix: lint

* fix: type check

* fix: unit test

* fix: Suggested fix

* fix: unit test

* chore: update stylelint v17

* chore: update all major deps

* fix:  echarts console warn

* chore: update vitest v4

* feat: add skills ignores

* chore: update deps

* chore: update deps

* fix: cspell

* chore: update deps

* chore: update tailwindcss v4

* chore: remove postcss config

* fix: no use catalog

* chore: tailwind v4 config

* fix: tailwindcss v4 sort

* feat: use eslint-plugin-better-tailwindcss

* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier

* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier

* fix(lint): resolve prettier and better-tailwindcss formatting conflicts

* fix(tailwind): update theme references and lint sources

* style(format): normalize apps docs and playground vue files

* style(format): normalize core ui-kit components

* style(format): normalize effects ui and layout components
2026-03-10 05:08:45 +08:00
zouawen
aa7d8630b5 fix: 侧边菜单栏拖拽优化 (#7606)
* fix: 拖拽使用遮罩层实现,使得拖拽到min或max临界值时cursor显示not-allowed,同时拖拽线条颜色变浅,类似于disabled,提升用户体验

* fix: 修复代码审查建议;修复lint和test报错

* fix: 修复遮罩层挡住hover:bg-primary视觉效果问题
2026-03-07 05:32:09 +08:00
lmx
36313f378e chore: update package.json and cspell.json 2026-03-04 19:17:33 +08:00
lmx
45054d3238 chore: update pnpm-lock.yaml 2026-03-04 19:03:41 +08:00
lmx
173e6b08c9 fix: 修复执行: check:cspell 命令路径参数传入没有转义导致检测路径失效。添加菜单右键功能。优化:多余监听 activePath 变化,自动滚动到激活项 watch 2026-03-04 18:25:15 +08:00
dap
af2cb91bc5 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev 2026-03-04 11:01:52 +08:00
dap
1b63469c40 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into antdv-next 2026-03-04 11:01:03 +08:00
dap
a9241aef84 chore: 更新web-antd版本并调整按钮水波纹样式为默认
将版本号从2.0.0-alpha.2升级至2.0.0-alpha.3
将按钮水波纹样式从'Happy'改为'Default',以准备正式版发布
2026-03-03 19:53:28 +08:00
dap
6c6fb316f0 docs: 为配置更新提示添加多语言注释
在配置文件顶部添加多语言注释,提醒用户在更改配置后需清空 localStorage 缓存,以提高国际团队开发者的理解度。
2026-03-03 16:10:49 +08:00
zouawen
2a86404ba5 fix: 修复混合双列布局侧边栏拖拽线条位置显示bug,同步修复普通布局和混合双列布局切换时width计算导致侧边栏宽度显示异常问题,新增普通布局和混合双列布局侧边栏菜单折叠状态同步 (#7596) 2026-03-02 15:31:29 +08:00
han
b8a0199cde feat(preferences): add toggle for copy preferences button (#7594)
Co-authored-by: hl <hl@nmcsoft.com>
2026-03-02 15:30:38 +08:00
Bryan Qiu
a46ed55a86 fix: bump version to 5.6.0 (#7592) 2026-03-02 04:22:21 +08:00
Jin Mao
1a9fbddef4 Merge branch 'main' into main 2026-02-28 12:04:48 +08:00
zouawen
1209aaafb4 fix: 修复lint报错 2026-02-28 11:25:08 +08:00
zouawen
8e71261d49 fix: 侧边栏菜单拖拽功能在设置内增加开关 2026-02-28 11:19:24 +08:00
dap
55b9d5cdb7 refactor(代码生成模板): 将API模板中的requestClient替换为alovaInstance
统一HTTP客户端调用方式,提升代码一致性,便于后续维护和依赖管理
2026-02-28 11:11:29 +08:00
dap
4f9caec9d5 feat(generator): 添加antdv-next专用代码生成模板
添加针对antdv-next框架的代码生成模板,支持useVbenForm和原生antd表单两种表单生成方式
包含API层、视图层、数据模型等完整模板文件,新增更新指南文档说明迁移步骤
2026-02-28 11:06:42 +08:00
dependabot[bot]
49e45eab54 chore(deps): bump vue-router from 4.6.4 to 5.0.3 (#7583)
Bumps [vue-router](https://github.com/vuejs/router) from 4.6.4 to 5.0.3.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.6.4...v5.0.3)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-27 17:06:18 +08:00
Jin Mao
bd22793ceb feat: add the attribute routeCached to route to control cache the DOM corresponding to the route 2026-02-27 16:04:01 +08:00
zouawen
b2013436c5 fix: 优化最大值限制 2026-02-27 11:12:51 +08:00
zouawen
cc808cb8c5 fix: 优化最小值限制 2026-02-27 11:07:28 +08:00
zouawen
afffc4b3f0 fix: 优化侧边栏拖拽逻辑,支持展开和折叠 2026-02-27 10:54:15 +08:00
dap
a272c54561 refactor(表单): 移除查询表单中时间组件的冗余默认值
清理多个模块查询表单中 RangePicker 组件的 defaultValue 设置,因为框架后续版本已修复重置问题,不再需要显式设置为 [null, null] 来确保表单重置正常工作。同时更新相关文档说明。
2026-02-26 19:24:06 +08:00
dap
7f5758b89c chore: 更新依赖包版本至最新稳定版
更新 @antdv-next/auto-import-resolver、@antdv-next/icons 和 antdv-next 到最新版本,以获取错误修复和功能改进。
2026-02-26 19:19:42 +08:00
dap
84c3d95ad3 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev 2026-02-26 19:16:57 +08:00
dap
ba6c450298 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into antdv-next 2026-02-26 19:16:40 +08:00
zouawen
99710ef9dc feat: 优化侧边栏拖拽逻辑 2026-02-26 18:11:53 +08:00
zouawen
3d4ae04d9b Merge branch 'main' into main 2026-02-26 10:20:32 +08:00
zouawen
707b391449 feat: 侧边栏宽度拖拽改为composable实现,同时修复tabbar.ts文件lint报错 2026-02-26 10:09:57 +08:00
ming4762
45b843f344 fix: fix bug where renderEcharts gets stuck in a dead loop (#7561)
* 触发条件:echart所在页面开启keepalive 在其他页面切换颜色模式
2026-02-26 06:21:08 +08:00
Wu Clan
191fd90f06 chore: 更新表单描述显示样式 (#6938) 2026-02-26 06:17:04 +08:00
moil-xm
05920cd66d feat(vite-config): vite export typing (#7569)
* feat(vite-config): vite export typing

* feat(vite-config): add type

---------

Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
2026-02-26 06:14:12 +08:00
Jin Mao
01508d5e42 fix: fix lint 2026-02-26 05:45:36 +08:00
zouawen
57cf6cbc9e feature: 简易版菜单宽度拖拽功能 2026-02-25 17:50:22 +08:00