@tuya-sat/sdf-main-sdk 0.8.0 → 0.8.1
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/{131.76703ae8.chunk.js → 131.11728478.chunk.js} +1 -1
- package/dist/{131.76703ae8.chunk.js.map → 131.11728478.chunk.js.map} +1 -1
- package/dist/en.json +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/utils/checkPass.d.ts +4 -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
|
-
"131.
|
|
4
|
+
"131.11728478.chunk.js": "auto/131.11728478.chunk.js",
|
|
5
5
|
"static/img/reLogin.png": "auto/static/img/294142da390c5af23324.png",
|
|
6
6
|
"static/img/emptyPage.png": "auto/static/img/daa00e3565343b2c9c18.png",
|
|
7
7
|
"en.json": "auto/en.json",
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
"static/img/img1-dark.png": "auto/static/img/72dd80e82e7a8baf135c.png",
|
|
13
13
|
"main.css.map": "auto/main.css.map",
|
|
14
14
|
"main.bundle.js.map": "auto/main.bundle.js.map",
|
|
15
|
-
"131.
|
|
15
|
+
"131.11728478.chunk.js.map": "auto/131.11728478.chunk.js.map"
|
|
16
16
|
}
|
package/dist/zh.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"login.form.password.label": "密码",
|
|
13
13
|
"login.form.password.validate.require": "请输入密码",
|
|
14
14
|
"login.form.password.validate.pattern": "密码长度 8-20 位,至少包含以下三种字符类型(数字、大写字母、小写字母、英文符号)",
|
|
15
|
+
"login.form.password.validate.pattern2": "密码长度 {{min}}-{{max}} 位,至少包含以下三种字符类型(数字、大写字母、小写字母、英文符号)",
|
|
15
16
|
"login.form.password.placeholder": "请输入密码",
|
|
16
17
|
"login.form.newPassword.label": "新密码",
|
|
17
18
|
"login.form.phone.label": "电话号码",
|