befly-admin 3.4.25 → 3.4.26

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,6 +1,6 @@
1
1
  {
2
2
  "name": "befly-admin",
3
- "version": "3.4.25",
3
+ "version": "3.4.26",
4
4
  "description": "Befly Admin - 基于 Vue3 + OpenTiny Vue 的后台管理系统",
5
5
  "type": "module",
6
6
  "private": false,
@@ -36,7 +36,7 @@
36
36
  "vue-router": "^4.6.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@befly-addon/admin": "1.0.28",
39
+ "@befly-addon/admin": "1.0.29",
40
40
  "@iconify-json/lucide": "^1.2.72",
41
41
  "@opentiny/unplugin-tiny-vue": "^1.0.0",
42
42
  "@unocss/preset-attributify": "^66.5.6",
@@ -58,5 +58,5 @@
58
58
  "node": ">=24.0.0",
59
59
  "pnpm": ">=10.0.0"
60
60
  },
61
- "gitHead": "62797bf96f317ff0e666db73b4edac4435a6ed35"
61
+ "gitHead": "5cb110dfdbc9dda0f85729ee51173a7122decb50"
62
62
  }
@@ -3,7 +3,10 @@ import { routes } from 'vue-router/auto-routes';
3
3
  import { $Storage } from '@/plugins/storage';
4
4
  import { Layouts } from '@befly-addon/admin/utils/layouts';
5
5
  import type { RouteRecordRaw } from 'vue-router';
6
- import type { LayoutConfig } from '@befly-addon/admin/types/layout';
6
+
7
+ /**
8
+ * @typedef {import('@befly-addon/admin/utils/layouts').LayoutConfig} LayoutConfig
9
+ */
7
10
 
8
11
  /**
9
12
  * 将布局配置转换为实际的路由配置