提交 bd52e408 编写于 作者: fxy060608's avatar fxy060608

chore: lint

......@@ -452,10 +452,10 @@ module.exports = function (pagesJson, userManifestJson, isAppView) {
}
// 检查 webview 版本 || 下载 X5 后启动
let plusWebview = manifestJson['plus'].webView
const plusWebview = manifestJson.plus.webView
if (plusWebview) {
manifestJson.plus['uni-app'].webView = plusWebview
delete manifestJson['plus'].webView
delete manifestJson.plus.webView
}
// 记录编译器版本号
......
......@@ -56,6 +56,7 @@ const attrs = [
'pageGesture',
'enableProgressGesture',
'showPlayBtn',
'showMuteBtn',
'enablePlayGesture',
'vslideGesture',
'vslideGestureInFullscreen',
......@@ -158,6 +159,10 @@ export default {
type: [Boolean, String],
default: true
},
showMuteBtn: {
type: [Boolean, String],
default: true
},
enablePlayGesture: {
type: [Boolean, String],
default: true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册