表格数据集更新

This commit is contained in:
2025-05-14 14:39:34 +08:00
parent 7c23103b3c
commit b49ee89b63
4 changed files with 2 additions and 27 deletions

View File

@@ -134,10 +134,6 @@ namespace Stary.Evo.TableTextConversion
messageInfo.trigger = FilterTo(table.Rows[j][4].ToString());
messageInfo.uirelated = FilterTo(table.Rows[j][5].ToString());
messageInfo.description = FilterTo(table.Rows[j][6].ToString());
messageInfo.format = FilterTo(table.Rows[j][7].ToString());
messageInfo.notes = FilterTo(table.Rows[j][8].ToString());
//添加数据
messageInfos.Add(messageInfo);
}
@@ -244,15 +240,7 @@ namespace Stary.Evo.TableTextConversion
messageInfo.subtitle.Add(subtitleInfo);
}
messageInfo.nodelocation = FilterTo(table.Rows[j][7].ToString());
messageInfo.description = FilterTo(table.Rows[j][8].ToString());
messageInfo.displaycondition = FilterTo(table.Rows[j][9].ToString());
messageInfo.animationrequirement = FilterTo(table.Rows[j][10].ToString());
messageInfo.size = FilterTo(table.Rows[j][11].ToString());
messageInfo.format = FilterTo(table.Rows[j][12].ToString());
messageInfo.notes = FilterTo(table.Rows[j][13].ToString());
//添加数据
messageInfos.Add(messageInfo);
infoIndex++;

View File

@@ -24,9 +24,6 @@ namespace Stary.Evo.TableTextConversion
public string voice;
public string trigger;
public string uirelated;
public string description;
public string format;
public string notes;
}
public enum AudioType

View File

@@ -23,17 +23,7 @@ namespace Stary.Evo.TableTextConversion
public string uitype;
public List<SubtitleInfo> subtitle;
public string nodelocation;
public string description;
public string displaycondition;
public string animationrequirement;
public string size;
public string format;
public string notes;
}
[Serializable]
public class SubtitleInfo

View File

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