设置。。。

This commit is contained in:
bob
2025-05-29 18:26:40 +08:00
parent f421288244
commit 7bed0ec316
14 changed files with 108 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ namespace NBF
{
var tabData = subItems[i];
var tabItem = List.AddItemFromPool().asButton;
tabItem.title = tabData.Name;
tabItem.title = Lan.Get(tabData.Name);
width += tabItem.width;
if (i > 0)
{