From 9e8e0ed704707e1c1804a10527765ab960c5675b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Tue, 2 Sep 2025 09:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Epc=E7=AB=AF=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pages.json b/pages.json index 310d564b..9c2ee46d 100644 --- a/pages.json +++ b/pages.json @@ -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" + } } ] },