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.
- package/ezuikit.js +1 -1
- 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', '
|
|
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) {
|