【本地化】我要变强修改

dev_chengFeng
ZhangBiao 2021-03-05 15:24:43 +08:00
parent 16982ef939
commit 8ad9913800
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ function this.ShowRmdPanel(index)
local childContent = Util.GetGameObject(childBox, "content"):GetComponent("Text")
title.text = ""--GetLanguageStrById(data.DescFirst)
local strList = string.split(GetLanguageStrById(data.DescSecond), "#")
childName.text = GetLanguageStrById(data.DescFirst).." "..strList[1]--"      "..strList[1] -- 空格用于调整文字的起始位置
childName.text = GetLanguageStrById(data.DescFirst).." : "..strList[1]--"      "..strList[1] -- 空格用于调整文字的起始位置
childContent.text = "       "..strList[2] -- 全角空格可以避免自动换行
for index, heroId in ipairs(data.ItemId) do
local heroData = ConfigManager.GetConfigData(ConfigName.HeroConfig, heroId)