This commit is contained in:
2025-05-14 18:18:39 +08:00
parent b49ee89b63
commit 48504e3f6f
3 changed files with 3 additions and 4 deletions

View File

@@ -132,8 +132,8 @@ namespace Stary.Evo.TableTextConversion
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);
}

View File

@@ -22,7 +22,6 @@ namespace Stary.Evo.TableTextConversion
// 名称描述
public string filename;
public string voice;
public string trigger;
public string uirelated;
}

View File

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