From 59e96db7a95cbda928851fc6421c3d8e20654d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=93=AE?= <834207172@qq.com> Date: Mon, 21 Apr 2025 15:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=BC=8F=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/05.TableTextConversion/RunTime/Base/UITableData.cs | 4 +--- Assets/05.TableTextConversion/package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Assets/05.TableTextConversion/RunTime/Base/UITableData.cs b/Assets/05.TableTextConversion/RunTime/Base/UITableData.cs index 6480504..95a7224 100644 --- a/Assets/05.TableTextConversion/RunTime/Base/UITableData.cs +++ b/Assets/05.TableTextConversion/RunTime/Base/UITableData.cs @@ -23,9 +23,7 @@ namespace Stary.Evo.TableTextConversion public string uitype; - public string node; - - public string location; + public string nodelocation; public string description; diff --git a/Assets/05.TableTextConversion/package.json b/Assets/05.TableTextConversion/package.json index 1738397..8308c69 100644 --- a/Assets/05.TableTextConversion/package.json +++ b/Assets/05.TableTextConversion/package.json @@ -1,6 +1,6 @@ { "name": "com.staryevo.tabletextconversion", - "version": "1.0.7", + "version": "1.0.8", "displayName": "05.TableTextConversion", "description": "表格转化工具", "unity": "2021.3",