修改05
This commit is contained in:
@@ -132,8 +132,8 @@ namespace Stary.Evo.TableTextConversion
|
|||||||
|
|
||||||
messageInfo.voice = FilterTo(table.Rows[j][3].ToString());
|
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);
|
messageInfos.Add(messageInfo);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ namespace Stary.Evo.TableTextConversion
|
|||||||
// 名称描述
|
// 名称描述
|
||||||
public string filename;
|
public string filename;
|
||||||
public string voice;
|
public string voice;
|
||||||
public string trigger;
|
|
||||||
public string uirelated;
|
public string uirelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.staryevo.tabletextconversion",
|
"name": "com.staryevo.tabletextconversion",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"displayName": "05.TableTextConversion",
|
"displayName": "05.TableTextConversion",
|
||||||
"description": "表格转化工具",
|
"description": "表格转化工具",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user