From 534fb213e139abc03fdb4a45390f41343bdc440d Mon Sep 17 00:00:00 2001 From: Tuzki <1720599558@qq.com> Date: Thu, 26 Dec 2024 15:52:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(pages):=20=E6=B7=BB=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B9=B6=E6=9B=B4=E6=96=B0=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 pages.json 中添加了新的页面配置项- 新增 action/index 页面,导航栏标题设置为"南下村" --- pages.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages.json b/pages.json index f0a54f2..e84d01f 100644 --- a/pages.json +++ b/pages.json @@ -603,6 +603,12 @@ "navigationBarTitleText": "鹿泉天气", "navigationStyle": "custom" } + }, + { + "path": "action/index", + "style": { + "navigationBarTitleText": "南下村" + } } ] }