@tuya-sat/sdf-main-sdk 6.2.17 → 6.2.19

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main.css": "auto/main.css",
3
3
  "main.js": "auto/main.bundle.js",
4
- "364.07fcbad1.chunk.js": "auto/364.07fcbad1.chunk.js",
4
+ "364.4f7ee4c1.chunk.js": "auto/364.4f7ee4c1.chunk.js",
5
5
  "static/img/login3.png": "auto/static/img/dd06d35d98047203e715.png",
6
6
  "static/img/reLogin.png": "auto/static/img/294142da390c5af23324.png",
7
7
  "static/img/login2.png": "auto/static/img/47a523d0027c7b5af83f.png",
@@ -23,5 +23,5 @@
23
23
  "static/img/tuya.png": "auto/static/img/328d8b5c342b13933c5c.png",
24
24
  "main.css.map": "auto/main.css.map",
25
25
  "main.bundle.js.map": "auto/main.bundle.js.map",
26
- "364.07fcbad1.chunk.js.map": "auto/364.07fcbad1.chunk.js.map"
26
+ "364.4f7ee4c1.chunk.js.map": "auto/364.4f7ee4c1.chunk.js.map"
27
27
  }
@@ -1,5 +1,7 @@
1
1
  declare const Page403: (props: {
2
2
  title?: string | boolean;
3
3
  description?: string;
4
+ /** 为 true 时在 403 页展示倒计时并自动跳转到第一个菜单 */
5
+ autoRedirect?: boolean;
4
6
  }) => JSX.Element;
5
7
  export default Page403;
package/dist/zh.json CHANGED
@@ -232,6 +232,7 @@
232
232
  "pageError": "抱歉,您暂无权访问",
233
233
  "page403.title": "无访问权限",
234
234
  "page403.desc": "您没有该页面的访问权限,请联系网站管理员",
235
+ "redirectCountdown": "{{seconds}} 秒后自动跳转到首页",
235
236
  "page404": "您访问的页面已被删除或不存在",
236
237
  "page500": "系统错误,请稍后重试",
237
238
  "noProjectPage.desc": "该应用还不支持项目数据,请切换到家庭",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/sdf-main-sdk",
3
- "version": "6.2.17",
3
+ "version": "6.2.19",
4
4
  "main": "./dist/main.bundle.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",