@chlp-tech/rpa-ui 0.0.8 → 0.0.9
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.
|
@@ -75,7 +75,7 @@ var AccountSelect = function AccountSelect(props) {
|
|
|
75
75
|
case 'img':
|
|
76
76
|
return ['大小不超过8M', '尺寸需大于4:5,小于1.91:1'];
|
|
77
77
|
case 'insImg':
|
|
78
|
-
return ['
|
|
78
|
+
return ['Instagram 视频宽不能超过 1920像素'];
|
|
79
79
|
case 'insVideo':
|
|
80
80
|
return ['视频宽高需小于1080*1920'];
|
|
81
81
|
case 'video':
|