ezuikit-js 7.6.5 → 7.6.7
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/demos/base-demo/ezuikit_static/v65/v1/css/theme.css +6 -0
- package/demos/base-demo/ezuikit_static/v65/v1/js/SuperRender_10.js +394 -394
- package/demos/base-demo/ezuikit_static/v65/v1/js/jsPluginV1-1.0.0.min.js +4 -18
- package/demos/base-demo/ezuikit_static/v65/v1/js/playctrl/AudioRenderer.js +225 -201
- package/demos/base-demo/ezuikit_static/v65/v1/js/playctrl/DecodeWorker.js +615 -617
- package/demos/base-demo/ezuikit_static/v65/v1/js/playctrl/DecodeWorkerString.js +623 -0
- package/demos/base-demo/ezuikit_static/v65/v1/js/playctrl/Decoder.js +1 -1
- package/demos/base-demo/ezuikit_static/v65/v1/js/playctrl/JSPlaySDKInterface.js +2353 -2052
- package/demos/base-demo/ezuikit_static/v65/v1/js/playctrl/SuperRender_10.js +486 -396
- package/demos/base-demo/ezuikit_static/v65/v1/js/transform/SystemTransform.js +22 -22
- package/demos/base-demo/ezuikit_static/v65/v1/js/tts-v4.js +346 -346
- package/demos/base-demo/ezuikit_static/v65/v1/rec/jquery.min.js +1 -1
- package/demos/base-demo/ezuikit_static/v65/v1/speed/speed.css +6 -4
- package/demos/base-demo/ezuikit_static/v65/v1/talk/tts-v4.js +346 -346
- package/demos/base-demo/ezuikit_static/v65/v2/js/jsPluginV2-2.0.1.min.js +11335 -132
- package/demos/react-demo/package.json +1 -1
- package/demos/vue-demo/package.json +1 -1
- package/ezuikit.js +2633 -1128
- package/ezuikit_static/v65/v1/js/jsPluginV1-1.0.0.min.js +4 -18
- package/ezuikit_static/v65/v1/js/playctrl/AudioRenderer.js +225 -201
- package/ezuikit_static/v65/v1/js/playctrl/DecodeWorker.js +132 -134
- package/ezuikit_static/v65/v1/js/playctrl/DecodeWorkerString.js +623 -0
- package/ezuikit_static/v65/v1/js/playctrl/Decoder.js +1 -1
- package/ezuikit_static/v65/v1/js/playctrl/JSPlaySDKInterface.js +2154 -1853
- package/ezuikit_static/v65/v1/js/playctrl/SuperRender_10.js +475 -385
- package/ezuikit_static/v65/v1/speed/speed.css +6 -4
- package/ezuikit_static/v65/v2/css/theme.css +0 -6
- package/ezuikit_static/v65/v2/js/jsPluginV2-2.0.1.min.js +797 -973
- package/package.json +1 -1
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
z-index: 2;
|
|
39
39
|
left: 0;
|
|
40
40
|
/* top: 0; */
|
|
41
|
-
top: calc(100vh - 400px);
|
|
41
|
+
/* top: calc(100vh - 400px); */
|
|
42
42
|
|
|
43
43
|
width: 90%;
|
|
44
44
|
margin: auto;
|
|
@@ -46,12 +46,14 @@
|
|
|
46
46
|
border-radius: 10px;
|
|
47
47
|
padding: 10px 0;
|
|
48
48
|
}
|
|
49
|
+
|
|
49
50
|
.hd.speed-select.mobile {
|
|
50
|
-
height: 90px;
|
|
51
|
+
/* height: 90px; */
|
|
51
52
|
}
|
|
53
|
+
|
|
52
54
|
.speed.speed-select.mobile {
|
|
53
|
-
height: 180px;
|
|
54
|
-
top: calc(100vh - 400px);
|
|
55
|
+
/* height: 180px; */
|
|
56
|
+
/* top: calc(100vh - 400px); */
|
|
55
57
|
}
|
|
56
58
|
.speed-select.mobile .selectOption.active{
|
|
57
59
|
color: #648FFC;
|
|
@@ -26,12 +26,6 @@
|
|
|
26
26
|
.footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-last-child(1) .icon-move.right{
|
|
27
27
|
display: none;
|
|
28
28
|
}
|
|
29
|
-
.footer-controls.themeEditing .theme-icon-item:first-child .icon-move.left{
|
|
30
|
-
display: none;
|
|
31
|
-
}
|
|
32
|
-
.footer-controls.themeEditing .theme-icon-item:nth-last-child(1) .icon-move.right{
|
|
33
|
-
display: none;
|
|
34
|
-
}
|
|
35
29
|
.footer-controls .footer-controls-right {
|
|
36
30
|
margin-right: 12px;
|
|
37
31
|
}
|