From b97ca7fc69d2cddeaf1af2d4e59ba4b413034784 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 12 三月 2026 16:51:46 +0800
Subject: [PATCH] 59 邮件系统-客户端  邮件标题支持参数匹配

---
 Main/Config/Configs/TreasureItemLibConfig.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Main/Config/Configs/TreasureItemLibConfig.cs b/Main/Config/Configs/TreasureItemLibConfig.cs
index 088f60f..838dbbe 100644
--- a/Main/Config/Configs/TreasureItemLibConfig.cs
+++ b/Main/Config/Configs/TreasureItemLibConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           2025骞�8鏈�4鏃�
+//    [  Date ]:           Monday, December 29, 2025
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -12,17 +12,15 @@
 {
     static TreasureItemLibConfig()
     {
-        if (isInit)
-        {
-            return;
-        }
-        LazyInit();
+        // 璁块棶杩囬潤鎬佹瀯閫犲嚱鏁�
+        visit = true; 
     }
 
     public int ID;
 	public int LibID;
 	public int ItemID;
 	public int ItemCount;
+	public int IsWishitem;
 
     public override int LoadKey(string _key)
     {
@@ -41,6 +39,8 @@
 			int.TryParse(tables[2],out ItemID); 
 
 			int.TryParse(tables[3],out ItemCount); 
+
+			int.TryParse(tables[4],out IsWishitem); 
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0