# 引入

import { getMorsePwdMixin, getMsdkFullScreen } from 't-comm';

// or

import { getMorsePwdMixin, getMsdkFullScreen} from 't-comm/lib/mixin/index';

# getMorsePwdMixin

描述

摩斯密码的 Vue mixin,方便实用

参数

参数名 类型 描述
pwd array

密钥

cb function

回到函数

返回:

换入内容

示例

getMorsePwdMixin([1, 1, 1, 1, 1], function () {
  if (isInIFrame()) return;
  this.onShowLaunchApp();
}),

# getMsdkFullScreen()

描述

msdk 浏览器全屏方法,点击外链时可全屏,返回时退出全屏

参数

示例

mixins: [getMsdkFullScreen()],
Last Updated: 2024/10/11 07:54:02