ezuikit-js 0.4.0 → 0.4.1-beta.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/ezuikit.js +1 -1
- package/package.json +1 -1
package/ezuikit.js
CHANGED
|
@@ -28666,7 +28666,7 @@ class EZUIKitPlayer {
|
|
|
28666
28666
|
this.audio = params.audio;
|
|
28667
28667
|
addJs("https://open.ys7.com/assets/ezuikit_v4.0/js/AudioRenderer.js", () => {
|
|
28668
28668
|
addJs("https://open.ys7.com/assets/ezuikit_v4.0/js/SuperRender_10.js", () => {
|
|
28669
|
-
addJs("https://
|
|
28669
|
+
addJs("https://test11open.ys7.com/assets/ezuikit_v4.0/js/jsPlugin-4.0.1.min.js", () => {
|
|
28670
28670
|
var initEZUIKitPlayerPromise = this.initEZUIKitPlayer(params);
|
|
28671
28671
|
initEZUIKitPlayerPromise.then((data) => {
|
|
28672
28672
|
console.log("初始化成功", data);
|