gds-plus-design-vue 1.1.38 → 1.1.39
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/lib/gd-initial.mjs +1 -1
- package/lib/gd-initial.umd.js +6 -6
- package/lib/{index.261e13fe.mjs → index.67d78ec6.mjs} +210 -181
- package/lib/{main.34b6a2eb.mjs → main.17be1ce8.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +1 -0
- package/locale/id_ID.js +1 -0
- package/locale/vi_VN.js +2 -0
- package/locale/zh_CN.js +1 -0
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -1872,6 +1872,7 @@ export default {
|
|
|
1872
1872
|
bindTip: "Detected that your enterprise WeChat account has not been linked to a personal account. Do you want to bind a personal account?",
|
|
1873
1873
|
bind: "Bind",
|
|
1874
1874
|
browserNotSupported: "Your browser does not support full-screen mode",
|
|
1875
|
+
phoneInvalid: "Please enter the correct phone number"
|
|
1875
1876
|
},
|
|
1876
1877
|
/*设计器*/
|
|
1877
1878
|
pageDesigner: {
|
package/locale/id_ID.js
CHANGED
|
@@ -1874,6 +1874,7 @@ export default {
|
|
|
1874
1874
|
bindTip: "Detected that your enterprise WeChat account has not been linked to a personal account. Do you want to bind a personal account?",
|
|
1875
1875
|
bind: "Bind",
|
|
1876
1876
|
browserNotSupported: "Mode layar penuh tidak didukung oleh peramban anda",
|
|
1877
|
+
phoneInvalid: "Please enter the correct phone number"
|
|
1877
1878
|
},
|
|
1878
1879
|
/*设计器*/
|
|
1879
1880
|
pageDesigner: {
|
package/locale/vi_VN.js
CHANGED
|
@@ -1874,6 +1874,8 @@ export default {
|
|
|
1874
1874
|
bindTip: "Kiểm tra phát hiện tài khoản doanh nghiệp của bạn chưa khóa tài khoản cá nhân, có khóa tài khoản cá nhân không?",
|
|
1875
1875
|
bind: "Trị",
|
|
1876
1876
|
browserNotSupported: "Trình duyệt của bạn không hỗ trợ chế độ toàn màn hình",
|
|
1877
|
+
phoneInvalid: "Vui lòng nhập đúng số điện thoại di động"
|
|
1878
|
+
|
|
1877
1879
|
},
|
|
1878
1880
|
/*设计器*/
|
|
1879
1881
|
pageDesigner: {
|
package/locale/zh_CN.js
CHANGED