From 109af8a8a6be90183cafd2cf2a4e59e445e9aedc Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 08 七月 2025 23:07:38 +0800
Subject: [PATCH] 0312 生成dotween的asmdef,提供给main使用,去除DOTweenExtensions
---
Main/Config/Configs/GuideConfig.cs | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/GuideConfig.cs b/Main/Config/Configs/GuideConfig.cs
index 2f723d4..d7d230f 100644
--- a/Main/Config/Configs/GuideConfig.cs
+++ b/Main/Config/Configs/GuideConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�5鏈�19鏃�
+// [ Date ]: Friday, June 27, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -34,6 +34,7 @@
public override void LoadConfig(string input)
{
+ try {
string[] tables = input.Split('\t');
int.TryParse(tables[0],out ID);
@@ -82,5 +83,10 @@
}
int.TryParse(tables[11],out AutoCompleteTime);
+ }
+ catch (Exception exception)
+ {
+ Debug.LogError(exception);
+ }
}
}
--
Gitblit v1.8.0