befly-admin 3.6.0 → 3.6.2

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 +10 -8
  2. package/uno.config.js +3 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "befly-admin",
3
- "version": "3.6.0",
4
- "gitHead": "faa8189c7d23cf45885c03d1425cba8f5bf45df9",
3
+ "version": "3.6.2",
4
+ "gitHead": "47bed37852a0435186337bae81258ae2de1d29a4",
5
5
  "private": false,
6
6
  "description": "Befly Admin - 基于 Vue3 + TDesign Vue Next 的后台管理系统",
7
7
  "files": [
@@ -11,10 +11,12 @@
11
11
  ".gitignore",
12
12
  "bunfig.toml",
13
13
  "index.html",
14
- "public",
14
+ "package.json",
15
15
  "README.md",
16
- "src",
17
- "vite.config.js"
16
+ "uno.config.js",
17
+ "vite.config.js",
18
+ "public/",
19
+ "src/"
18
20
  ],
19
21
  "type": "module",
20
22
  "publishConfig": {
@@ -27,11 +29,11 @@
27
29
  "preview": "vite preview"
28
30
  },
29
31
  "dependencies": {
30
- "@befly-addon/admin": "^1.2.0",
32
+ "@befly-addon/admin": "^1.2.2",
31
33
  "@iconify-json/lucide": "^1.2.82",
32
34
  "axios": "^1.13.2",
33
- "befly-shared": "1.0.0",
34
- "befly-vite": "^1.2.0",
35
+ "befly-shared": "1.3.1",
36
+ "befly-vite": "^1.2.2",
35
37
  "pinia": "^3.0.4",
36
38
  "tdesign-vue-next": "^1.17.7",
37
39
  "unplugin-vue-router": "^0.19.0",
package/uno.config.js ADDED
@@ -0,0 +1,3 @@
1
+ import { createUnoConfig } from "befly-vite/utils/createUnoConfig";
2
+
3
+ export default createUnoConfig();