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%" } ] },