111
This commit is contained in:
@@ -178,9 +178,9 @@ namespace Stary.Evo.TableTextConversion
|
|||||||
messageInfo.subtitle = FilterTo(table.Rows[j][5].ToString()).Equals("是")
|
messageInfo.subtitle = FilterTo(table.Rows[j][5].ToString()).Equals("是")
|
||||||
? true
|
? true
|
||||||
: false;
|
: 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);
|
messageInfos.Add(messageInfo);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ namespace Stary.Evo.TableTextConversion
|
|||||||
public string location;
|
public string location;
|
||||||
public float time;
|
public float time;
|
||||||
public bool subtitle;
|
public bool subtitle;
|
||||||
public string notes;
|
|
||||||
public string videoframeName;
|
public string videoframeName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.staryevo.tabletextconversion",
|
"name": "com.staryevo.tabletextconversion",
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"displayName": "05.TableTextConversion",
|
"displayName": "05.TableTextConversion",
|
||||||
"description": "表格转化工具",
|
"description": "表格转化工具",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user