@haluo/biz 2.0.3 → 2.0.4

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/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
  # 说明
3
3
  线上vue3版本 tag = online 2.0.x 分支online
4
4
  开发测试vue3版本 tag = next 1.0.x 分支vue3
5
- laster版本 vue2 测试线上一个分支 分支online develop
6
5
  # 发布
7
6
  ```
8
7
  npm publish --tag=online
package/dist/haluo-biz.js CHANGED
@@ -1852,7 +1852,7 @@ const _sfc_main = {
1852
1852
  const video = {
1853
1853
  duration: result.duration || "",
1854
1854
  link: result.videoUrl || "",
1855
- img: me.coverUrl || result.coverUrl || "",
1855
+ img: me.coverUrl || result.coverUrl || result.customCover || "",
1856
1856
  id: result.videoId,
1857
1857
  desc: "",
1858
1858
  vodSize: result.vodSize || "",
@@ -1854,7 +1854,7 @@
1854
1854
  const video = {
1855
1855
  duration: result.duration || "",
1856
1856
  link: result.videoUrl || "",
1857
- img: me.coverUrl || result.coverUrl || "",
1857
+ img: me.coverUrl || result.coverUrl || result.customCover || "",
1858
1858
  id: result.videoId,
1859
1859
  desc: "",
1860
1860
  vodSize: result.vodSize || "",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@haluo/biz",
3
3
  "description": "rich text",
4
- "version": "2.0.3",
4
+ "version": "2.0.4",
5
5
  "type": "module",
6
6
  "module": "./dist/haluo-biz.js",
7
7
  "main": "./dist/haluo-biz.umd.cjs",