Commit Graph

3086 Commits

Author SHA1 Message Date
dap
9e5ed238ce fix(ui): 修复设置面板的样式问题 2026-03-31 09:45:12 +08:00
dap
8bed02003d feat(ui): 添加部门选择后提交表单功能 2026-03-25 16:41:48 +08:00
dap
9d9991aa02 refactor: 使用浏览器Web Crypto API生成UUID 2026-03-23 21:05:46 +08:00
dap
f0f24a09f5 feat(tool/gen): 添加如何使用代码生成模板的模态框 2026-03-23 20:54:51 +08:00
dap
0b1b4bf383 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into antdv-next 2026-03-23 13:34:03 +08:00
dap
457c59e6a8 fix: 取值 2026-03-23 13:29:04 +08:00
dap
8133ebf501 fix: 取值问题 2026-03-23 11:58:19 +08:00
dap
b69447efea refactor(ui): 优化 Alert 组件的包裹结构 2026-03-23 11:49:44 +08:00
dap
aa1ffd221b style: 添加 unocss.disable 配置项,禁用 UnoCSS。 2026-03-23 11:47:42 +08:00
dap
3a2d051992 fix: 解决window.xxx在路由报错情况下的undefined问题 2026-03-23 11:38:51 +08:00
MistyMoon
3528517fe0 fix(project): fix sub sidebar theme in two-column menu (#7708)
- Reset light tokens for nested sub sidebars.
- Align the extra title logo theme with sidebarThemeSub.
2026-03-22 09:15:56 +08:00
Jin Mao
2a5b520ec9 chore: update deps 2026-03-22 09:15:27 +08:00
dap
46e8d50d40 chore: format 2026-03-20 16:28:25 +08:00
dap
4ee70e9025 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into antdv-next 2026-03-20 16:26:40 +08:00
lmx
e2fb3602f1 fix: 修复菜单项外部链接跳转问题
- 引入 isHttpUrl 工具函数用于判断 URL 类型
- 添加 isHttp 计算属性检测父路径是否为 HTTP 链接
- 修改菜单项渲染逻辑,对外部链接直接使用原地址跳转
- 调整 HTML 结构,将链接属性移到正确位置
- 确保内部路由和外部链接都能正常工作
2026-03-19 23:56:13 +08:00
lmx
da3580cbd7 Merge remote-tracking branch 'origin/main' 2026-03-19 22:07:20 +08:00
xingyu
0c300d040c fix: tailwindcss config (#7693)
* chore: update deps

* fix: tailwindcss config

* fix: lint

* fix: lint

* chore: update deps
2026-03-19 15:51:09 +08:00
橙子
d43a3729c3 fix: playground(drawer) comment (#7695) 2026-03-19 09:03:40 +08:00
Jin Mao
bed97a84d8 revert: "fix: sass-embedded@1.98.0 在 macOS 13 会直接崩 (#7692)" 2026-03-19 09:02:28 +08:00
afe1
b908076846 fix: sass-embedded@1.98.0 在 macOS 13 会直接崩 (#7692)
* fix: catelog

* fix: system
2026-03-18 20:18:25 +08:00
dap
f4461d35a5 chore: node版本需要大于等于22 更改readme等文档说明 2026-03-17 21:57:24 +08:00
dap
b362565303 chore: 合并错误的ele 2026-03-17 21:14:41 +08:00
dap
0bbff073b1 chore: 改为oxfmt.config.mjs(识别不了ts文件)导致无法格式化 2026-03-17 21:14:12 +08:00
Noah Lan
885a0a9a00 fix: build.mjs commands could not be executed correctly. (#7682)
* fix: Fix issue where commands could not be executed correctly when they contained spaces

* chore: oxfmt
2026-03-17 18:59:35 +08:00
dap
0af6ca0fcb Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into antdv-next 2026-03-16 21:38:01 +08:00
dap
aab01c5273 refactor: 兼容vite8 2026-03-16 21:00:09 +08:00
dap
58969bd511 refactor: 适配tailwind4 2026-03-16 20:57:35 +08:00
dap
64f43513ae refactor: 适配tailwind4 2026-03-16 20:56:21 +08:00
Jin Mao
340baf4f0b chore: 处理合并的一些问题 2026-03-16 20:50:01 +08:00
dap
f61c09097b 去除git校验hook 2026-03-16 20:49:40 +08:00
dap
ef04b898e9 依赖合并后更新 2026-03-16 20:49:28 +08:00
Jin Mao
82cda0edaa Merge branch 'fork/xingyu4j/tsdown'
# Conflicts:
#	pnpm-lock.yaml
2026-03-16 20:36:27 +08:00
dap
104a0ad449 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into antdv-next 2026-03-16 20:33:39 +08:00
Jin Mao
9fe875355a fix: 修复构建脚本中的进程执行问题
- 移除平台特定的 pnpm 命令路径检测逻辑
- 统一使用 'pnpm' 命令执行
- 启用 shell 模式以正确处理命令执行
- 确保子进程继承正确的标准输入输出流
2026-03-16 20:30:27 +08:00
Jin Mao
5f21bd2036 Merge branch 'fork/jyqwq/feature/antd上传组件支持拖拽排序' 2026-03-16 19:54:08 +08:00
Sun
5b5ea6d2d8 chore: Configure the ESLint auto-repair feature (#7670) 2026-03-16 18:26:42 +08:00
JyQAQ
3dcfd23036 perf: 裁剪组件默认输出格式调整 (#7673)
Co-authored-by: 吉远 <jiyuan@txhmo.com>
2026-03-16 18:25:04 +08:00
xingyu
186914bcac fix: vxe i18n (#7675)
* chore: engines node

* chore: update deps

* fix: oxlint

* chore: fix lint issues

* chore: update deps

* fix: vxe i18n
2026-03-16 18:24:28 +08:00
吉远
4b3205fee8 feat: antd Upload 组件上传文件组支持拖拽排序 2026-03-16 15:01:43 +08:00
claw-bot
179ce923c9 chore: upgrade antdv-next related dependencies
- antdv-next: ^1.0.5 -> ^1.1.4
- @antdv-next/auto-import-resolver: 1.0.1 -> 1.0.7
- @antdv-next/icons: 1.0.2 -> 1.0.5
2026-03-16 11:55:13 +08:00
lmx
e4453841db fix: 修复在vue-router 的模式hash复制路径不对 2026-03-16 01:32:11 +08:00
xingyu4j
32db4cbd11 fix: build warn 2026-03-15 23:11:59 +08:00
xingyu4j
5558249cd3 chore: unbuild 2026-03-15 23:11:41 +08:00
xingyu4j
86b636ae54 fix(@vben/vite-config): externalize node utils dependency 2026-03-15 22:47:28 +08:00
xingyu4j
c9f7154524 chore(tsdown): remove unbuild leftovers 2026-03-15 22:04:48 +08:00
xingyu4j
d72f872369 refactor(tsdown): migrate styled ui-kit packages 2026-03-15 21:42:44 +08:00
xingyu4j
b300011d07 refactor(tsdown): migrate ui-kit vue packages 2026-03-15 21:30:13 +08:00
xingyu4j
3946253d6e chore(tsdown): align stub scripts and package exports 2026-03-15 21:17:41 +08:00
xingyu4j
11fc367845 chore: migrate vite build to tsdown 2026-03-15 21:04:12 +08:00
xingyu4j
bdc65cc250 chore: update deps 2026-03-15 21:03:41 +08:00