From eac8aeed7cea1f7ac5e08a4e231281a6a77b522d Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 22 十月 2025 20:09:50 +0800
Subject: [PATCH] 143 演武场-客户端 只在“没有战斗”和“主线战斗道中”时弹结算界面

---
 Main/Config/Configs/GetItemWaysConfig.cs |   27 ++++++---------------------
 1 files changed, 6 insertions(+), 21 deletions(-)

diff --git a/Main/Config/Configs/GetItemWaysConfig.cs b/Main/Config/Configs/GetItemWaysConfig.cs
index ca38387..41cd2d4 100644
--- a/Main/Config/Configs/GetItemWaysConfig.cs
+++ b/Main/Config/Configs/GetItemWaysConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           2025骞�8鏈�4鏃�
+//    [  Date ]:           2025骞�8鏈�10鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -12,21 +12,14 @@
 {
     static GetItemWaysConfig()
     {
-        if (isInit)
-        {
-            return;
-        }
-        LazyInit();
+        // 璁块棶杩囬潤鎬佹瀯閫犲嚱鏁�
+        visit = true; 
     }
 
     public int ID;
 	public string name;
-	public string Icon;
 	public string Text;
-	public int OpenpanelId;
-	public int FuncOpenId;
-	public int ActiveType;
-	public int customize;
+	public int WinJumpID;
 
     public override int LoadKey(string _key)
     {
@@ -42,17 +35,9 @@
 
 			name = tables[1];
 
-			Icon = tables[2];
+			Text = tables[2];
 
-			Text = tables[3];
-
-			int.TryParse(tables[4],out OpenpanelId); 
-
-			int.TryParse(tables[5],out FuncOpenId); 
-
-			int.TryParse(tables[6],out ActiveType); 
-
-			int.TryParse(tables[7],out customize); 
+			int.TryParse(tables[3],out WinJumpID); 
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0