gxxc-ui 1.0.45 → 1.0.46

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.
@@ -182,6 +182,7 @@ var UploadUI = function UploadUI(props) {
182
182
  if (code === '0') {
183
183
  item.url = body.url;
184
184
  item.md5 = body.md5;
185
+ item.percent = 0; // 把进度设置为0 不然加载url中 会显示出默认进度UI
185
186
  item.status = 'done';
186
187
  /// 如果是 h264 编码 显示第一帧
187
188
  if (file_url_is_video_H264(item.url)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gxxc-ui",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",