| System/Treasure/TreasureChapterWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Treasure/TreasureChapterWin.cs
@@ -127,7 +127,7 @@ { m_ChapterIcon.SetSprite(chapterConfig.taskTitle); m_ChapterName.text = Language.Get("TreasureChapterName", Language.Get("Num_CHS_" + chapterConfig.chapterIndex)); m_Description.text = chapterConfig.description; m_Description.text = UIHelper.ReplaceNewLine(chapterConfig.description); } }