【m】视频增加视频框字段

This commit is contained in:
2025-08-01 19:36:59 +08:00
parent 752307d03d
commit 8a3a31b5e4
3 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -21,10 +21,12 @@ namespace Stary.Evo.TableTextConversion
// 名称描述 // 名称描述
public string filename; public string filename;
public string vidtype; public string vidtype;
public string location; public string location;
public float time; public float time;
public bool subtitle; public bool subtitle;
public string notes; public string notes;
public string videoframeName;
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "com.staryevo.tabletextconversion", "name": "com.staryevo.tabletextconversion",
"version": "1.1.2", "version": "1.1.3",
"displayName": "05.TableTextConversion", "displayName": "05.TableTextConversion",
"description": "表格转化工具", "description": "表格转化工具",
"unity": "2021.3", "unity": "2021.3",