新增pc端预览页面

master
于肖磊 2025-09-02 09:29:16 +08:00
parent 1de7efe8c1
commit 9e8e0ed704
1 changed files with 17 additions and 0 deletions

View File

@ -126,6 +126,23 @@
"usingComponents": {
"baidu-editor": "dynamicLib://editorLib/editor"
}
},
{
"path": "form-preview",
"style": {
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
"navigationStyle": "custom",
// #endif
// #ifdef MP-ALIPAY
"transparentTitle": "always",
"titlePenetrate": "YES",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": ""
},
"usingComponents": {
"baidu-editor": "dynamicLib://editorLib/editor"
}
}
]
},