befly-admin 4.19.0 → 4.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/src/main.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "befly-admin",
3
- "version": "4.19.0",
3
+ "version": "4.21.0",
4
4
  "gitHead": "282f7accca9c8d55956a5490c0365cce4a1ad90d",
5
5
  "private": false,
6
6
  "description": "Befly Admin - 基于 Vue3 + TDesign Vue Next 的后台管理系统",
@@ -28,12 +28,12 @@
28
28
  "preview": "bunx --bun befly-vite preview"
29
29
  },
30
30
  "dependencies": {
31
- "befly-admin-ui": "1.29.0",
32
- "befly-shared": "2.19.0",
33
- "befly-vite": "1.26.0",
31
+ "befly-admin-ui": "1.31.0",
32
+ "befly-shared": "2.21.0",
33
+ "befly-vite": "1.28.0",
34
34
  "pinia": "^3.0.4",
35
35
  "tdesign-icons-vue-next": "^0.4.4",
36
- "tdesign-vue-next": "^1.20.0",
36
+ "tdesign-vue-next": "^1.20.1",
37
37
  "vue": "^3.5.35",
38
38
  "vue-router": "^5.1.0"
39
39
  },
package/src/main.js CHANGED
@@ -2,6 +2,7 @@
2
2
  import "tdesign-vue-next/es/style/index.css";
3
3
  // 引入 adminUI 的 CSS 变量
4
4
  import "befly-admin-ui/styles/variables.scss";
5
+ import "befly-admin-ui/styles/global.scss";
5
6
  // 引入全局基础样式(reset、通用类、滚动条等)
6
7
  import "@/styles/global.scss";
7
8
  import { setupErrorReport } from "befly-shared/errorReport";