@polyv/product-launch 1.6.0-rc-20251225.1 → 1.6.0
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/index.cjs.js +1 -1
- package/index.es.js +6 -5
- package/index.umd.js +1 -1
- package/mobile-product-list-popup.cjs.js +1 -1
- package/mobile-product-list-popup.es.js +2 -2
- package/mobile-product-list-popup.umd.js +1 -1
- package/mobile-product-list.cjs.js +1 -1
- package/mobile-product-list.es.js +2 -2
- package/mobile-product-list.umd.js +1 -1
- package/package.json +1 -1
- package/pc-product-add.cjs.js +1 -1
- package/pc-product-add.es.js +6 -5
- package/pc-product-add.umd.js +1 -1
- package/pc-product-list.cjs.js +1 -1
- package/pc-product-list.es.js +2 -2
- package/pc-product-list.umd.js +1 -1
- package/product-explain-content.cjs.js +1 -1
- package/product-explain-content.es.js +2 -2
- package/product-explain-content.umd.js +1 -1
- package/product-pendant.cjs.js +1 -1
- package/product-pendant.es.js +2 -2
- package/product-pendant.umd.js +1 -1
package/pc-product-add.es.js
CHANGED
|
@@ -62911,7 +62911,7 @@ function loadScript(t2, n2) {
|
|
|
62911
62911
|
}), p2));
|
|
62912
62912
|
}));
|
|
62913
62913
|
}
|
|
62914
|
-
const
|
|
62914
|
+
const materialPlayerUrl = "https://websdk.videocc.net/material-player/latest/material-player-legacy.min.js";
|
|
62915
62915
|
let materialPlayerLoader;
|
|
62916
62916
|
function loadMaterialPlayer() {
|
|
62917
62917
|
if (window.MaterialPlayer) {
|
|
@@ -62920,7 +62920,7 @@ function loadMaterialPlayer() {
|
|
|
62920
62920
|
if (!materialPlayerLoader) {
|
|
62921
62921
|
materialPlayerLoader = new Promise((resolve, reject) => {
|
|
62922
62922
|
(() => __async(null, null, function* () {
|
|
62923
|
-
yield loadScript(
|
|
62923
|
+
yield loadScript(materialPlayerUrl);
|
|
62924
62924
|
if (window.MaterialPlayer) {
|
|
62925
62925
|
resolve(window.MaterialPlayer);
|
|
62926
62926
|
} else {
|
|
@@ -62958,7 +62958,8 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
62958
62958
|
width: "100%",
|
|
62959
62959
|
height: "100%",
|
|
62960
62960
|
controlBarVisibility: "never",
|
|
62961
|
-
enabledKeyboard: false
|
|
62961
|
+
enabledKeyboard: false,
|
|
62962
|
+
playerBackgroundEnabled: true
|
|
62962
62963
|
});
|
|
62963
62964
|
bindPlayerEvent();
|
|
62964
62965
|
}
|
|
@@ -70423,8 +70424,8 @@ console.log(
|
|
|
70423
70424
|
"%c@polyv/product-launch",
|
|
70424
70425
|
"background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
|
|
70425
70426
|
"[component: pc-product-add]",
|
|
70426
|
-
"[version: 1.6.0
|
|
70427
|
-
"[buildTime: 2025-12-
|
|
70427
|
+
"[version: 1.6.0]",
|
|
70428
|
+
"[buildTime: 2025-12-26 02:15:32]"
|
|
70428
70429
|
);
|
|
70429
70430
|
export {
|
|
70430
70431
|
pcProductAdd as default
|