This commit is contained in:
2025-08-01 20:00:14 +08:00
parent 8a3a31b5e4
commit 1ed93da3bc
3 changed files with 3 additions and 4 deletions

View File

@@ -178,9 +178,9 @@ namespace Stary.Evo.TableTextConversion
messageInfo.subtitle = FilterTo(table.Rows[j][5].ToString()).Equals("是")
? true
: false;
messageInfo.notes = FilterTo(table.Rows[j][6].ToString());
messageInfo.videoframeName = FilterTo(table.Rows[j][6].ToString());
messageInfo.videoframeName = FilterTo(table.Rows[j][7].ToString());
//添加数据
messageInfos.Add(messageInfo);
}