befly 3.7.1 → 3.7.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/menu.json +31 -43
  2. package/package.json +2 -2
package/menu.json CHANGED
@@ -7,61 +7,49 @@
7
7
  "type": 1
8
8
  },
9
9
  {
10
- "name": "管理员管理",
11
- "path": "/admin",
12
- "icon": "Users",
10
+ "name": "人员管理",
11
+ "path": "/people",
12
+ "icon": "UserCircle",
13
13
  "sort": 2,
14
- "type": 1
14
+ "type": 1,
15
+ "children": [
16
+ {
17
+ "name": "管理员管理",
18
+ "path": "/admin",
19
+ "icon": "Users",
20
+ "sort": 2,
21
+ "type": 1
22
+ }
23
+ ]
15
24
  },
16
25
  {
17
- "name": "新闻管理",
18
- "path": "/news",
19
- "icon": "Newspaper",
26
+ "name": "权限设置",
27
+ "path": "/settings",
28
+ "icon": "Settings",
20
29
  "sort": 3,
21
- "type": 1
22
- },
23
- {
24
- "name": "菜单管理",
25
- "path": "/menu",
26
- "icon": "Menu",
27
- "sort": 4,
28
- "type": 1
29
- },
30
- {
31
- "name": "角色管理",
32
- "path": "/role",
33
- "icon": "Users",
34
- "sort": 5,
35
- "type": 1
36
- },
37
- {
38
- "name": "字典管理",
39
- "path": "/dict",
40
- "icon": "BookOpen",
41
- "sort": 6,
42
- "type": 1
43
- },
44
- {
45
- "name": "用户管理",
46
- "path": "/user",
47
- "icon": "UserCog",
48
- "sort": 7,
49
30
  "type": 1,
50
31
  "children": [
51
32
  {
52
- "name": "用户列表",
53
- "path": "/list",
54
- "icon": "Minus",
55
- "sort": 1,
33
+ "name": "菜单管理",
34
+ "path": "/menu",
35
+ "icon": "Menu",
36
+ "sort": 4,
56
37
  "type": 1
57
38
  },
58
39
  {
59
- "name": "用户权限",
60
- "path": "/permission",
61
- "icon": "Minus",
62
- "sort": 2,
40
+ "name": "角色管理",
41
+ "path": "/role",
42
+ "icon": "Users",
43
+ "sort": 5,
63
44
  "type": 1
64
45
  }
65
46
  ]
47
+ },
48
+ {
49
+ "name": "字典管理",
50
+ "path": "/dict",
51
+ "icon": "BookOpen",
52
+ "sort": 6,
53
+ "type": 1
66
54
  }
67
55
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "befly",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
4
4
  "description": "Befly - 为 Bun 专属打造的 TypeScript API 接口框架核心引擎",
5
5
  "type": "module",
6
6
  "private": false,
@@ -69,5 +69,5 @@
69
69
  "es-toolkit": "^1.41.0",
70
70
  "pathe": "^2.0.3"
71
71
  },
72
- "gitHead": "131c2482f3668346adbbd153e14d5b74cd19e725"
72
+ "gitHead": "4e67637bf6481e2455901b0dba798bfa52236898"
73
73
  }