befly-admin 3.6.13 → 3.6.15

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "befly-admin",
3
- "version": "3.6.13",
4
- "gitHead": "391e4e5cacb1d46cf37b5aa1179c9fe0a602337d",
3
+ "version": "3.6.15",
4
+ "gitHead": "0767937b19f1179f156c0f4a9c4582945eeb0be0",
5
5
  "private": false,
6
6
  "description": "Befly Admin - 基于 Vue3 + TDesign Vue Next 的后台管理系统",
7
7
  "files": [
@@ -13,7 +13,6 @@
13
13
  "index.html",
14
14
  "package.json",
15
15
  "README.md",
16
- "uno.config.js",
17
16
  "vite.config.js",
18
17
  "public/",
19
18
  "src/"
@@ -29,14 +28,14 @@
29
28
  "preview": "vite preview"
30
29
  },
31
30
  "dependencies": {
32
- "@befly-addon/admin": "^1.2.13",
31
+ "@befly-addon/admin": "^1.2.15",
33
32
  "@iconify-json/lucide": "^1.2.82",
34
33
  "axios": "^1.13.2",
35
34
  "befly-shared": "^1.3.8",
36
- "befly-vite": "^1.2.9",
35
+ "befly-vite": "^1.2.10",
37
36
  "pinia": "^3.0.4",
38
37
  "tdesign-vue-next": "^1.17.7",
39
- "unplugin-vue-router": "^0.19.0",
38
+ "unplugin-vue-router": "^0.19.2",
40
39
  "vite": "^8.0.0-beta.5",
41
40
  "vue": "^3.5.26",
42
41
  "vue-router": "^4.6.4"
package/src/main.js CHANGED
@@ -2,8 +2,6 @@
2
2
  import { Table as TTable } from "tdesign-vue-next";
3
3
  // 引入 TDesign 样式
4
4
  import "tdesign-vue-next/es/style/index.css";
5
- // 引入 UnoCSS 样式
6
- import "virtual:uno.css";
7
5
  // 引入 addonAdmin 的 CSS 变量
8
6
  import "@befly-addon/admin/styles/variables.scss";
9
7
  // 引入全局基础样式(reset、通用类、滚动条等)
package/uno.config.js DELETED
@@ -1,3 +0,0 @@
1
- import { createUnoConfig } from "befly-vite/utils/createUnoConfig";
2
-
3
- export default createUnoConfig();