From bc551336071f0b1093393da5fd659cc5c42a0e04 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Sat, 14 Dec 2024 15:36:39 +0800 Subject: [PATCH] =?UTF-8?q?chore(dialogPage):=20=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=20navigationStyle=20backgroundColor?= =?UTF-8?q?Content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages.json b/pages.json index 6adfed40..c46f8163 100644 --- a/pages.json +++ b/pages.json @@ -1542,7 +1542,10 @@ { "path": "pages/API/dialog-page/dialog-3", "style": { - "navigationBarTitleText": "dialogPage3" + "navigationBarTitleText": "dialogPage3", + "navigationBarTextStyle": "black", + "backgroundColorContent": "#007aff", + "navigationStyle": "default" } }, // #endif -- GitLab