From 53809bb964009c1c3a69d5afd544c477d1b9a0a7 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Tue, 17 Jun 2025 22:39:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=B0=86=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E6=A0=8F=E6=96=87=E6=9C=AC=E6=9B=BF=E6=8D=A2=E4=B8=BA=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E5=8D=A0=E4=BD=8D=E7=AC=A6?= 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 471f347..175389e 100644 --- a/src/pages.json +++ b/src/pages.json @@ -28,13 +28,13 @@ "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/homeHL.png", "pagePath": "pages/index/index", - "text": "首页" + "text": "%tabbar.home%" }, { "iconPath": "static/tabbar/example.png", "selectedIconPath": "static/tabbar/exampleHL.png", "pagePath": "pages/about/about", - "text": "关于" + "text": "%tabbar.about%" } ] },