This commit is contained in:
2025-05-14 18:18:39 +08:00
parent b49ee89b63
commit 48504e3f6f
3 changed files with 3 additions and 4 deletions

View File

@@ -132,8 +132,8 @@ namespace Stary.Evo.TableTextConversion
messageInfo.voice = FilterTo(table.Rows[j][3].ToString());
messageInfo.trigger = FilterTo(table.Rows[j][4].ToString());
messageInfo.uirelated = FilterTo(table.Rows[j][5].ToString());
messageInfo.uirelated = FilterTo(table.Rows[j][4].ToString());
//添加数据
messageInfos.Add(messageInfo);
}