dap
|
9d9991aa02
|
refactor: 使用浏览器Web Crypto API生成UUID
|
2026-03-23 21:05:46 +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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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
|
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
|
26e9aa244b
|
fix(vite): adapt rolldown workspace resolution
|
2026-03-15 20:27:01 +08:00 |
|
xingyu4j
|
0babdfbc44
|
chore(core-preferences): migrate build to tsdown
|
2026-03-15 19:40:48 +08:00 |
|
xingyu4j
|
f154d53be9
|
chore(core-composables): migrate build to tsdown
|
2026-03-15 19:40:42 +08:00 |
|
xingyu4j
|
ed3cd2fe3b
|
chore(core-typings): migrate build to tsdown
|
2026-03-15 19:40:36 +08:00 |
|
xingyu4j
|
59912a00bc
|
chore(core-shared): migrate build to tsdown
|
2026-03-15 19:40:29 +08:00 |
|
xingyu4j
|
675d8b0179
|
chore(core-icons): migrate build to tsdown
|
2026-03-15 19:40:17 +08:00 |
|
xingyu4j
|
ae6a75e913
|
build: migrate core ts packages to tsdown
|
2026-03-15 18:13:49 +08:00 |
|
xingyu
|
37d72c1628
|
fix: oxlint config (#7661)
* chore: engines node
* chore: update deps
* fix: oxlint
* chore: fix lint issues
|
2026-03-15 17:41:47 +08:00 |
|
xingyu4j
|
ab3e6bb37c
|
chore: fix lint issues
|
2026-03-15 16:35:34 +08:00 |
|
Jin Mao
|
1f2df3e944
|
Merge branch 'fork/Lmx1220/main'
# Conflicts:
# pnpm-lock.yaml
|
2026-03-15 03:53:43 +08:00 |
|
Jin Mao
|
e39a432210
|
Merge branch 'fork/caodachen/fix_useEcharts'
|
2026-03-15 03:50:21 +08:00 |
|
xingyu4j
|
4d59ac78bd
|
fix: lint
|
2026-03-14 19:34:22 +08:00 |
|
xingyu4j
|
46b4ce81e4
|
refactor: shrink eslint fallback layer
|
2026-03-14 19:10:22 +08:00 |
|
xingyu4j
|
7a723d03d0
|
fix: tailwindcss
|
2026-03-14 18:48:30 +08:00 |
|
xingyu4j
|
9d6fbfd0d6
|
refactor: replace simple px utility styles
|
2026-03-14 18:43:00 +08:00 |
|
xingyu4j
|
8fd6bf47b1
|
revert: restore px-based calc utilities
|
2026-03-14 18:36:31 +08:00 |
|
xingyu4j
|
f25f3a34d0
|
refactor: replace px calc spacing utilities
|
2026-03-14 18:31:35 +08:00 |
|
xingyu4j
|
2823848fae
|
refactor: migrate spacing utilities to tailwind v4 syntax
|
2026-03-14 18:27:16 +08:00 |
|
xingyu4j
|
b9467b2bc3
|
chore: configure tailwind v4 dynamic spacing
|
2026-03-14 18:14:44 +08:00 |
|
xingyu4j
|
fa190e0975
|
chore: checkpoint tailwind spacing updates
|
2026-03-14 18:11:08 +08:00 |
|
Jin Mao
|
a6a6efdf59
|
chore: release 5.7.0
- 更新 backend-mock 包版本
- 更新 web-antd 包版本
- 更新 web-antdv-next 包版本
- 更新 web-ele 包版本
- 更新 web-naive 包版本
- 更新 web-tdesign 包版本
- 更新 docs 包版本
- 更新 commitlint-config 包版本
- 更新 eslint-config 包版本
- 更新 oxfmt-config 包版本
- 更新 oxlint-config 包版本
- 更新 stylelint-config 包版本
- 更新 node-utils 包版本
- 更新 tsconfig 包版本
- 更新 vite-config 包版本
- 更新 @core/base/design 包版本
- 更新 @core/base/icons 包版本
- 更新 @core/base/shared 包版本
- 更新 @core/base/typings 包版本
- 更新 @core/composables 包版本
- 更新 @core/preferences 包版本
- 更新 @core/ui-kit/form-ui 包版本
- 更新 @core/ui-kit/layout-ui 包版本
- 更新 @core/ui-kit/menu-ui 包版本
- 更新 @core/ui-kit/popup-ui 包版本
- 更新 @core/ui-kit/shadcn-ui 包版本
- 更新 @core/ui-kit/tabs-ui 包版本
- 更新 constants 包版本
- 更新 access 包版本
- 更新 common-ui 包版本
- 更新 hooks 包版本
- 更新 layouts 包版本
- 更新 plugins 包版本
- 更新 request 包版本
- 更新 icons 包版本
- 更新 locales 包版本
- 更新 preferences 包版本
- 更新 stores 包版本
- 更新 styles 包版本
- 更新 types 包版本
- 更新 utils 包版本
- 更新 playground 包版本
- 更新 turbo-run 包版本
- 更新 vsh 包版本
- 更新根目录包版本
|
2026-03-14 09:14:23 +08:00 |
|
xingyu4j
|
ebed9e64ed
|
fix: lint
|
2026-03-14 00:17:06 +08:00 |
|
xingyu4j
|
913636ae44
|
refactor: simplify oxc eslint compatibility
|
2026-03-14 00:16:27 +08:00 |
|
xingyu4j
|
395babc1f5
|
feat: tsgolint
|
2026-03-13 23:13:10 +08:00 |
|
xingyu4j
|
68cde54bad
|
feat: add tsgolint
|
2026-03-13 23:13:01 +08:00 |
|
xingyu4j
|
c7d7529c00
|
chore: ts
|
2026-03-13 23:07:04 +08:00 |
|
xingyu4j
|
a0ea221131
|
style(common-ui): normalize generic formatting
|
2026-03-13 21:57:18 +08:00 |
|
xingyu4j
|
2846bcb84e
|
fix(common-ui): guard resize drag start state
|
2026-03-13 21:56:53 +08:00 |
|