@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.
@@ -62911,7 +62911,7 @@ function loadScript(t2, n2) {
62911
62911
  }), p2));
62912
62912
  }));
62913
62913
  }
62914
- const devMaterialPlayerUrl = "https://polyv-frontend-sdk-test-01.oss-cn-shenzhen.aliyuncs.com/material-player/dev/material-player-legacy.min.js";
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(devMaterialPlayerUrl);
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-rc-20251225.1]",
70427
- "[buildTime: 2025-12-25 02:24:29]"
70427
+ "[version: 1.6.0]",
70428
+ "[buildTime: 2025-12-26 02:15:32]"
70428
70429
  );
70429
70430
  export {
70430
70431
  pcProductAdd as default