@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 +0 -1
- package/dist/haluo-biz.js +1 -1
- package/dist/haluo-biz.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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 || "",
|
package/dist/haluo-biz.umd.cjs
CHANGED
|
@@ -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 || "",
|