本地化

main
yurui 2024-06-05 18:42:41 +08:00
parent 0509d2dcbd
commit e68b31d0b3
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ public class UI_GuideTipController : UIWindow
curPage = listPage[index];
curPage.IsSelect = true;
textTip.text = cfg.ListTextKeyList[index]; // TODO 本地化读取文本
textTip.text = CommonUtils.GetLocalizeText(cfg.ListTextKeyList[index]);
buttonPrePage.gameObject.IsScaleShow(0 != index);
textNextPage.text = bannerView.CellCount - 1 > index ? "下一页" : "关闭"; // TODO 本地化配置