befly-admin 3.11.20 → 3.11.21

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.11.20",
4
- "gitHead": "246e9577c1adddad0571b817e3d815ba44c81927",
3
+ "version": "3.11.21",
4
+ "gitHead": "279883450a60242698dd3c75c406afd3dd96a267",
5
5
  "private": false,
6
6
  "description": "Befly Admin - 基于 Vue3 + TDesign Vue Next 的后台管理系统",
7
7
  "files": [
@@ -28,7 +28,7 @@
28
28
  "preview": "vite preview"
29
29
  },
30
30
  "dependencies": {
31
- "@befly-addon/admin": "^1.7.20",
31
+ "@befly-addon/admin": "^1.7.21",
32
32
  "@iconify-json/lucide": "^1.2.85",
33
33
  "axios": "^1.13.2",
34
34
  "befly-shared": "1.4.3",
@@ -114,7 +114,6 @@ declare module 'vue' {
114
114
  readonly $Router: UnwrapRef<typeof import('../plugins/router')['$Router']>
115
115
  readonly $Storage: UnwrapRef<typeof import('../plugins/storage')['$Storage']>
116
116
  readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
117
- readonly MessagePlugin: UnwrapRef<typeof import('tdesign-vue-next')['MessagePlugin']>
118
117
  readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
119
118
  readonly computed: UnwrapRef<typeof import('vue')['computed']>
120
119
  readonly createApp: UnwrapRef<typeof import('vue')['createApp']>