xto-fronted 0.4.3 → 0.4.4

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
@@ -1,4 +1,8 @@
1
1
  # 开发环境
2
2
  VITE_APP_TITLE = Xto Demo - 开发环境
3
3
  VITE_API_BASE_URL = /api
4
- VITE_USE_MOCK = true
4
+ VITE_USE_MOCK = true
5
+
6
+ # 应用配置(对接 tineco-ui 登录接口)
7
+ VITE_APP_ID = your-app-id
8
+ VITE_APP_CLIENT_ID = your-client-id
package/.env.production CHANGED
@@ -1,4 +1,8 @@
1
1
  # 生产环境
2
2
  VITE_APP_TITLE = Xto Demo
3
3
  VITE_API_BASE_URL = /api
4
- VITE_USE_MOCK = false
4
+ VITE_USE_MOCK = false
5
+
6
+ # 应用配置(对接 tineco-ui 登录接口)
7
+ VITE_APP_ID = your-app-id
8
+ VITE_APP_CLIENT_ID = your-client-id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xto-fronted",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "XTO 前端应用框架",