xingyu4j
|
b330f08ef4
|
fix: lint
|
2026-07-20 18:36:48 +08:00 |
|
xingyu4j
|
6676d962e9
|
fix: 修复Vben用户信息中的 homePath 属性定义
|
2026-07-20 18:36:37 +08:00 |
|
xingyu4j
|
dd8307dfe5
|
chore: update dependencies and refactor command execution
|
2026-07-20 18:36:09 +08:00 |
|
xingyu4j
|
d0c327e037
|
chore: update pnpm v11.15.1
|
2026-07-20 17:40:54 +08:00 |
|
xingyu4j
|
901a147abb
|
Merge branch 'main' of https://github.com/xingyu4j/vue-vben-admin into deps
|
2026-07-20 17:39:20 +08:00 |
|
金毛88
|
0cd87c170f
|
feat: 顶栏按钮支持位置选择(header/user-dropdown/none)
为顶栏所有部件按钮添加独立的位置配置,支持在顶栏、用户下拉菜单、不显示
三种选项间切换,每个按钮可独立设置。
- 新增 7 个位置偏好字段:globalSearchButtonPosition、
themeToggleButtonPosition、languageToggleButtonPosition、
fullscreenButtonPosition、notificationButtonPosition、
refreshButtonPosition、timezoneButtonPosition
- 合并 lockScreenButtonPosition、logoutButtonPosition
- header.vue 按位置条件过滤按钮显示
- user-dropdown.vue 新增对应菜单项,支持在用户下拉菜单中显示
- 偏好设置界面仅保留位置选择器(不再需要独立的开关)
- 更新中英文国际化文案
Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>
|
2026-07-18 22:46:31 +08:00 |
|
金毛88
|
b71ebbd673
|
Merge remote-tracking branch 'pr-8019-temp/main'
|
2026-07-18 19:21:36 +08:00 |
|
金毛88
|
31d3bd18f3
|
Merge branch 'fork/LayHuts/feature/form-field-arry'
|
2026-07-18 19:18:14 +08:00 |
|
Jin Mao
|
eae6771554
|
Merge branch 'main' into feature/fix_defects_router
|
2026-07-18 03:54:49 +08:00 |
|
JyQAQ
|
8ac66a96bc
|
fix: 修复弹窗中使用裁剪图片会出现层级问题 (#8156)
* fix(@vben/playground): 弹窗中使用裁剪图片会出现层级问题
* fix(project): 修复弹窗中裁剪图片在 web-antd 与 web-antdv-next 的层级问题
|
2026-07-17 15:17:37 +08:00 |
|
Guillermo Sagar
|
6910c691f7
|
修复动画导致的白屏Bug (#8148)
首次页面加载正常,但是当通过页面点击切换路由的时候白屏,无法正常渲染子页面
Vue Transition + KeepAlive 空白页 bug**: `<Transition mode="out-in">` + 条件渲染会导致路由切换空白页。`mode="out-in"` 要求旧元素完成 leave 动画后新元素才进入,但路由切换时条件渲染可能在动画前就移除了旧元素,导致 `<Transition>` 永远等待一个不存在的元素 → 死锁。**解决方案**: 移除 `mode="out-in"`(保留 Transition 动画),或在 `apps/web-antd/src/preferences.ts` 设置 `transition: { enable: false }` 关闭动画走 `v-else` 分支。
|
2026-07-16 09:35:25 +08:00 |
|
Harold Zhang
|
263d8e5b52
|
Merge branch 'main' into feature/fix_defects_router
|
2026-07-14 09:47:34 +08:00 |
|
Harold Zhang
|
b79b82ecf0
|
feat: fixed the preference will hide all other button theme/timezone/lanague etc (#8147)
|
2026-07-13 21:31:06 +08:00 |
|
xingyu4j
|
91a2e80be8
|
fix: 优化代码格式,合并类型声明
|
2026-07-13 18:30:19 +08:00 |
|
xingyu4j
|
819ddd4ebb
|
fix(style): 添加no-invalid-position-declaration规则到stylelint配置
|
2026-07-13 18:29:30 +08:00 |
|
xingyu4j
|
bb6403d513
|
chore: update deps
|
2026-07-13 18:29:01 +08:00 |
|
xingyu4j
|
45c3776ffd
|
chore: update pnpm v11.12.0
|
2026-07-13 18:27:57 +08:00 |
|
Harold Zhang
|
6eb79b8ef0
|
Merge branch 'main' into feature/fix_defects_router
|
2026-07-13 08:59:16 +08:00 |
|
zouawen
|
8b7c245bc7
|
fix: 修复首选项导航栏宽度问题 (#8136)
|
2026-07-11 11:43:47 +08:00 |
|
Harold Zhang
|
e416de3290
|
fix: fixed defects of router
|
2026-07-10 10:15:40 +08:00 |
|
luoqiz
|
14d03a1c2d
|
fix: 统一BasicUserInfo (#8133)
|
2026-07-09 13:23:29 +08:00 |
|
zhb410181
|
9769c11de5
|
fix(style): 修复偏好设置功能tab栏宽度未自适应问题 (#8132)
|
2026-07-09 13:23:08 +08:00 |
|
陆伯言
|
88918aad10
|
docs: fix typo of env demo (#8129)
closed #8125
|
2026-07-08 08:38:06 +08:00 |
|
陆伯言
|
75c3a7214b
|
docs: update default home path perferences (#8121)
closed #8117
|
2026-07-07 21:41:51 +08:00 |
|
陆伯言
|
71bcabd118
|
docs: update nitro mock server url (#8119)
closed 8113
|
2026-07-03 17:12:43 +08:00 |
|
dream-weave
|
81619b6090
|
fix(lint): align eslint and oxlint rules (#8118)
* docs: 路由文档示例代码同步路由组织新规范
* fix(lint): align eslint and oxlint rules
* fix(lint): avoid control character regex
|
2026-07-03 17:12:13 +08:00 |
|
dream-weave
|
77468ce9a6
|
docs: 路由文档示例代码同步路由组织新规范 (#8114)
|
2026-07-02 18:35:54 +08:00 |
|
Evan
|
8779c00670
|
fix: 修复homePath的路径 (#8110)
* fix: 修复homePath的路径
* fix: 单元测试数据
* chore: 单元测试快照数据
---------
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
|
2026-07-01 17:31:37 +08:00 |
|
金毛88
|
61f1b53325
|
fix: 修改默认首页,以适配router重构
|
2026-07-01 17:02:55 +08:00 |
|
layhuts
|
c56bb7d320
|
docs: 更新文档
|
2026-07-01 15:07:56 +08:00 |
|
金毛88
|
1490a93f47
|
Merge branch 'fork/bnuephjx/refactor/router-redirect'
|
2026-07-01 13:31:27 +08:00 |
|
金毛88
|
e50296e3c5
|
Merge branch 'fork/zouawen/main'
|
2026-07-01 13:06:42 +08:00 |
|
陆伯言
|
5da38ccded
|
fix: 调整mock默认路由 (#8108)
* fix: 调整mock默认路由
1. starting改为running 语义更明确
2. API地址修复
3. 列表顺序调整,登录接口靠前
* docs: 替换axios调用示例
原先/api/user接口地址不对,且是受认证保护的接口,响应异常容易造成误解
|
2026-07-01 13:02:44 +08:00 |
|
layhuts
|
20b69fa480
|
revert: 撤销修改
|
2026-07-01 11:49:27 +08:00 |
|
layhuts
|
fdf2abb702
|
refactor: 修改form-field-array支持dependencies
|
2026-07-01 11:08:35 +08:00 |
|
layhuts
|
9d36b34c4c
|
docs: 修复错误的注释说明
|
2026-07-01 09:52:51 +08:00 |
|
dependabot[bot]
|
9b356d731d
|
build(deps): bump actions/checkout from 6 to 7 (#8080)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
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-06-30 22:42:58 +08:00 |
|
Evan
|
18e2bbf969
|
Merge branch 'main' into refactor/router-redirect
|
2026-06-30 22:23:54 +08:00 |
|
layhuts
|
14bb94245c
|
feat: 新增logo铺满显示和是否显示text配置 (#8102)
* feat: 新增logo铺满显示和是否显示text配置
* feat: logo.enable=false时隐藏logo区域占位;设置logoMode、showText为必填。
* style: 修复注释问题
* fix: 删除多余属性
|
2026-06-30 21:50:45 +08:00 |
|
Evan
|
feb0265744
|
Merge branch 'main' into refactor/router-redirect
|
2026-06-30 14:26:23 +08:00 |
|
xueyitt
|
7182405d24
|
fix: 修复弹框自定义宽度 class 被默认 max-w 覆盖的问题 (#8100)
将 modalClass 参数移至 cn() 末尾,确保用户通过 class 传入的宽度样式
优先于内置默认的 max-w-[calc(100vw-20px)] 生效,使 业务使用Modal 上的自定义的max-w-[50%] 等方式能正确控制弹框宽度。
|
2026-06-30 14:24:18 +08:00 |
|
陆伯言
|
d7d6d2e337
|
fix: lint issue from a8c3729 (#8098)
|
2026-06-30 14:23:52 +08:00 |
|
Harold Zhang
|
31c31b914b
|
feat: fix check error (#8094)
|
2026-06-30 14:23:27 +08:00 |
|
Evan
|
f00a881295
|
refactor(@vben/access): 重构路由的重定向逻辑
@vben-core/shared
@vben/playground
@vben/backend-mock
@vben/web-antd
@vben/web-antdv-next
@vben/web-ele
@vben/naive
@vben/tdesign
|
2026-06-30 13:36:37 +08:00 |
|
zoumingjun
|
5ed867eb95
|
feat: 优化禁用的开关组件也可以查看help帮助信息
|
2026-06-30 09:39:32 +08:00 |
|
zoumingjun
|
ae5bd3afc5
|
feat: 首选项导航栏选项标题过长时显示省略号,且增加聚焦时文字提示
|
2026-06-30 09:37:28 +08:00 |
|
vben
|
a8c3729850
|
feat: add ICP filing number to copyright across app
|
2026-06-24 10:04:10 +08:00 |
|
gotounix
|
794edd419e
|
fix: add includes in mock tsconfig (#8085)
|
2026-06-23 21:47:08 +08:00 |
|
layhuts
|
9a284ee385
|
style: 处理modal设置class="md:w-5/12"格式时Fullscreen时无法最大化问题 (#8084)
|
2026-06-23 21:46:43 +08:00 |
|
gotounix
|
e031457271
|
fix: add missing imports (#8082)
|
2026-06-23 21:46:19 +08:00 |
|