befly-admin 3.3.3 → 3.3.5

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/.env.development CHANGED
@@ -2,3 +2,4 @@
2
2
 
3
3
  # 接口请求地址
4
4
  VITE_API_BASE_URL=http://localhost:3000/api
5
+ VITE_STORAGE_NAMESPACE=befly_admin_dev
package/.env.production CHANGED
@@ -2,3 +2,4 @@
2
2
 
3
3
  # 接口请求地址(部署时修改为实际的生产环境地址)
4
4
  VITE_API_BASE_URL=https://api.your-domain.com/api
5
+ VITE_STORAGE_NAMESPACE=befly_admin_prod
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "befly-admin",
3
- "version": "3.3.3",
3
+ "version": "3.3.5",
4
4
  "description": "Befly Admin - 基于 Vue3 + OpenTiny Vue 的后台管理系统",
5
5
  "type": "module",
6
6
  "private": false,
@@ -17,7 +17,7 @@
17
17
  "dependencies": {
18
18
  "@opentiny/vue": "3.26.0",
19
19
  "axios": "1.12.2",
20
- "befly-auto-routes": "^1.0.2",
20
+ "befly-auto-routes": "^1.0.3",
21
21
  "lucide-vue-next": "0.546.0",
22
22
  "pinia": "3.0.3",
23
23
  "vue": "3.5.22",
@@ -39,5 +39,5 @@
39
39
  "node": ">=22.0.0",
40
40
  "pnpm": ">=9.0.0"
41
41
  },
42
- "gitHead": "851fbebc2d12dc550ebe06d6fa28b8aa769ed3ce"
42
+ "gitHead": "e6d6cd5dd4098fc9b4cf537b0dcdc7e781c0e80e"
43
43
  }