@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/index.es.js
CHANGED
|
@@ -75165,7 +75165,7 @@ function loadScript(t2, n2) {
|
|
|
75165
75165
|
}), p2));
|
|
75166
75166
|
}));
|
|
75167
75167
|
}
|
|
75168
|
-
const
|
|
75168
|
+
const materialPlayerUrl = "https://websdk.videocc.net/material-player/latest/material-player-legacy.min.js";
|
|
75169
75169
|
let materialPlayerLoader;
|
|
75170
75170
|
function loadMaterialPlayer() {
|
|
75171
75171
|
if (window.MaterialPlayer) {
|
|
@@ -75174,7 +75174,7 @@ function loadMaterialPlayer() {
|
|
|
75174
75174
|
if (!materialPlayerLoader) {
|
|
75175
75175
|
materialPlayerLoader = new Promise((resolve, reject) => {
|
|
75176
75176
|
(() => __async(null, null, function* () {
|
|
75177
|
-
yield loadScript(
|
|
75177
|
+
yield loadScript(materialPlayerUrl);
|
|
75178
75178
|
if (window.MaterialPlayer) {
|
|
75179
75179
|
resolve(window.MaterialPlayer);
|
|
75180
75180
|
} else {
|
|
@@ -75212,7 +75212,8 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
75212
75212
|
width: "100%",
|
|
75213
75213
|
height: "100%",
|
|
75214
75214
|
controlBarVisibility: "never",
|
|
75215
|
-
enabledKeyboard: false
|
|
75215
|
+
enabledKeyboard: false,
|
|
75216
|
+
playerBackgroundEnabled: true
|
|
75216
75217
|
});
|
|
75217
75218
|
bindPlayerEvent();
|
|
75218
75219
|
}
|
|
@@ -82819,8 +82820,8 @@ console.log(
|
|
|
82819
82820
|
"%c@polyv/product-launch",
|
|
82820
82821
|
"background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
|
|
82821
82822
|
"[component: index]",
|
|
82822
|
-
"[version: 1.6.0
|
|
82823
|
-
"[buildTime: 2025-12-
|
|
82823
|
+
"[version: 1.6.0]",
|
|
82824
|
+
"[buildTime: 2025-12-26 02:13:30]"
|
|
82824
82825
|
);
|
|
82825
82826
|
export {
|
|
82826
82827
|
MobileProductList,
|