ezuikit-js 0.4.5 → 0.4.6

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.
Files changed (2) hide show
  1. package/ezuikit.js +1 -1
  2. package/package.json +1 -1
package/ezuikit.js CHANGED
@@ -28646,7 +28646,7 @@ var EZUIKitV3$1 = EZUIKitV3;
28646
28646
 
28647
28647
  // iframe模板 - 兼容旧版本
28648
28648
  const matchTemplate = (templateName, params) => {
28649
- const IFRAMETEMPLATE = ['simple', 'standard', 'security', 'vioce', 'theme'];
28649
+ const IFRAMETEMPLATE = ['simple', 'standard', 'security', 'voice', 'theme'];
28650
28650
  const LOCALTEMPLATE = ['pcLive', 'pcRec', 'mobileLive', 'mobileRec', 'noData', ''];
28651
28651
  if (typeof templateName === 'undefined') {
28652
28652
  if(params.themeData) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ezuikit-js",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "ezuikit javascript for npm",
5
5
  "main": "ezuikit.js",
6
6
  "scripts": {