From 4784c77d45ce82f837b132b7e0ad54fc53811cf5 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Sat, 21 Jun 2025 15:28:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=94=9F=E6=88=90=E7=9A=84pages.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages.json b/src/pages.json index 453ad4f..045cb3d 100644 --- a/src/pages.json +++ b/src/pages.json @@ -28,7 +28,7 @@ "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/homeHL.png", "pagePath": "pages/index/index", - "text": "首页", + "text": "%tabbar.home%", "icon": "home", "iconType": "wot" }, @@ -36,7 +36,7 @@ "iconPath": "static/tabbar/example.png", "selectedIconPath": "static/tabbar/exampleHL.png", "pagePath": "pages/about/about", - "text": "关于", + "text": "%tabbar.about%", "icon": "i-carbon-code", "iconType": "unocss" }