xianniu-ui 0.8.32 → 0.8.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xianniu-ui",
3
- "version": "0.8.32",
3
+ "version": "0.8.33",
4
4
  "private": false,
5
5
  "main": "lib/xianniu-ui.umd.min.js",
6
6
  "scripts": {
@@ -42,7 +42,6 @@ const isAV = (file) => {
42
42
  const { url } = file
43
43
  if (typeof url !== 'string' || !url) return
44
44
  var strFilter = '.mp4|.avi|.wmv|.MP4|.AVI|.WMV'
45
- if (file.imgFlag) return true
46
45
  if (url.indexOf('.') > -1) {
47
46
  var p = url.lastIndexOf('.')
48
47
  var strPostfix = url.substring(p, url.length) + '|'