@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.es.js CHANGED
@@ -75165,7 +75165,7 @@ function loadScript(t2, n2) {
75165
75165
  }), p2));
75166
75166
  }));
75167
75167
  }
75168
- const devMaterialPlayerUrl = "https://polyv-frontend-sdk-test-01.oss-cn-shenzhen.aliyuncs.com/material-player/dev/material-player-legacy.min.js";
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(devMaterialPlayerUrl);
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-rc-20251225.1]",
82823
- "[buildTime: 2025-12-25 02:22:25]"
82823
+ "[version: 1.6.0]",
82824
+ "[buildTime: 2025-12-26 02:13:30]"
82824
82825
  );
82825
82826
  export {
82826
82827
  MobileProductList,