@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.
- package/dist/{364.07fcbad1.chunk.js → 364.4f7ee4c1.chunk.js} +1 -1
- package/dist/{364.07fcbad1.chunk.js.map → 364.4f7ee4c1.chunk.js.map} +1 -1
- package/dist/components/403/index.d.ts +2 -0
- package/dist/components/404/index.d.ts +4 -1
- package/dist/components/Layout/antd/Sider/index.d.ts +2 -0
- package/dist/components/RedirectCountdown/index.d.ts +6 -0
- package/dist/en.json +1 -0
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +11 -0
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/pages/403.d.ts +2 -0
- package/dist/zh.json +1 -0
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main.css": "auto/main.css",
|
|
3
3
|
"main.js": "auto/main.bundle.js",
|
|
4
|
-
"364.
|
|
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.
|
|
26
|
+
"364.4f7ee4c1.chunk.js.map": "auto/364.4f7ee4c1.chunk.js.map"
|
|
27
27
|
}
|
package/dist/pages/403.d.ts
CHANGED
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": "该应用还不支持项目数据,请切换到家庭",
|