refactor: 将标签栏文本替换为国际化占位符

This commit is contained in:
feige996 2025-06-17 22:39:58 +08:00
parent 9caa4934f2
commit 53809bb964

View File

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