From 47a614e4bc6cfc527933affe15b68bddeb96b8ed Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Sat, 27 Jul 2024 15:39:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=BB=84=E4=BB=B6=20navigationBarTitleText?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index b4ab0f10..9cd8ca8f 100644 --- a/pages.json +++ b/pages.json @@ -135,7 +135,7 @@ "path": "pages/component/rich-text/rich-text", "group": "0,2,2", "style": { - "navigationBarTitleText": "rich-text | 富图标" + "navigationBarTitleText": "rich-text | 富文本" } }, { @@ -181,7 +181,7 @@ "path": "pages/component/radio/radio", "group": "0,3,8", "style": { - "navigationBarTitleText": "radio | 单选项" + "navigationBarTitleText": "radio | 单选框" } }, { -- GitLab