fix: 修复点击退出图标确认后不能退出 && 图标排序等数组字段需顺序敏感比较 (#8179)

* chore: 调整 sortablejs 的位置,只在用到的模块引入

* fix: non-null assertion lint error

* fix: 修复点击退出图标确认后不能退出

* fix: 图标排序等数组字段需顺序敏感比较

* feat: 配置中增加 refresh 并统一位置
This commit is contained in:
xingyu
2026-07-22 17:44:10 +08:00
committed by GitHub
parent 899910547f
commit 6b6708bcf2
12 changed files with 663 additions and 595 deletions

View File

@@ -70,7 +70,6 @@
"@changesets/cli": "catalog:",
"@tsdown/css": "catalog:",
"@types/node": "catalog:",
"@types/sortablejs": "catalog:",
"@vben/commitlint-config": "workspace:*",
"@vben/eslint-config": "workspace:*",
"@vben/oxfmt-config": "workspace:*",
@@ -107,8 +106,5 @@
"node": "^22.18.0 || ^24.12.0",
"pnpm": ">=11.0.0"
},
"packageManager": "pnpm@11.15.1",
"dependencies": {
"sortablejs": "catalog:"
}
"packageManager": "pnpm@11.15.1"
}