表格数据集更新

This commit is contained in:
2025-05-14 14:39:34 +08:00
parent 7c23103b3c
commit b49ee89b63
4 changed files with 2 additions and 27 deletions

View File

@@ -134,10 +134,6 @@ namespace Stary.Evo.TableTextConversion
messageInfo.trigger = FilterTo(table.Rows[j][4].ToString());
messageInfo.uirelated = FilterTo(table.Rows[j][5].ToString());
messageInfo.description = FilterTo(table.Rows[j][6].ToString());
messageInfo.format = FilterTo(table.Rows[j][7].ToString());
messageInfo.notes = FilterTo(table.Rows[j][8].ToString());
//添加数据
messageInfos.Add(messageInfo);
}
@@ -244,15 +240,7 @@ namespace Stary.Evo.TableTextConversion
messageInfo.subtitle.Add(subtitleInfo);
}
messageInfo.nodelocation = FilterTo(table.Rows[j][7].ToString());
messageInfo.description = FilterTo(table.Rows[j][8].ToString());
messageInfo.displaycondition = FilterTo(table.Rows[j][9].ToString());
messageInfo.animationrequirement = FilterTo(table.Rows[j][10].ToString());
messageInfo.size = FilterTo(table.Rows[j][11].ToString());
messageInfo.format = FilterTo(table.Rows[j][12].ToString());
messageInfo.notes = FilterTo(table.Rows[j][13].ToString());
//添加数据
messageInfos.Add(messageInfo);
infoIndex++;