From c60913b816a5d3e132ba17b9353df7ad7d1e6e4e Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 18 六月 2025 22:20:12 +0800
Subject: [PATCH] 50 【主界面】核心主体

---
 Main/Config/ConfigManager.cs |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/Main/Config/ConfigManager.cs b/Main/Config/ConfigManager.cs
index 28f5a32..cb9c38e 100644
--- a/Main/Config/ConfigManager.cs
+++ b/Main/Config/ConfigManager.cs
@@ -33,14 +33,18 @@
         isLoadFinished = false;
 
         // 鍔犺浇閰嶇疆鏂囦欢
-        int totalConfigs = 57;
+        int totalConfigs = 60;
         Type[] configTypes = new Type[] {
             typeof(AppointItemConfig),
             typeof(AudioConfig),
+            typeof(ChatBubbleBoxConfig),
             typeof(ChestsAwardConfig),
             typeof(ChestsConfig),
             typeof(CTGConfig),
             typeof(CTGSelectItemConfig),
+            typeof(DailyLivenessRewardConfig),
+            typeof(DailyQuestConfig),
+            typeof(DailyQuestOpenTimeConfig),
             typeof(DienstgradConfig),
             typeof(DirtyNameConfig),
             typeof(DirtyWordConfig),
@@ -50,6 +54,7 @@
             typeof(EquipPlaceMapConfig),
             typeof(FaceConfig),
             typeof(FamilyConfig),
+            typeof(FamilyEmblemConfig),
             typeof(FirstGoldConfig),
             typeof(FuncConfigConfig),
             typeof(FuncOpenLVConfig),
@@ -76,8 +81,6 @@
             typeof(OrderInfoConfig),
             typeof(PlayerFaceConfig),
             typeof(PlayerFacePicConfig),
-            typeof(PlayerFacePicStarConfig),
-            typeof(PlayerFaceStarConfig),
             typeof(PlayerLVConfig),
             typeof(PlayerPropertyConfig),
             typeof(priorbundleConfig),
@@ -192,6 +195,8 @@
         ClearConfigDictionary<AppointItemConfig>();
         // 娓呯┖ AudioConfig 瀛楀吀
         ClearConfigDictionary<AudioConfig>();
+        // 娓呯┖ ChatBubbleBoxConfig 瀛楀吀
+        ClearConfigDictionary<ChatBubbleBoxConfig>();
         // 娓呯┖ ChestsAwardConfig 瀛楀吀
         ClearConfigDictionary<ChestsAwardConfig>();
         // 娓呯┖ ChestsConfig 瀛楀吀
@@ -200,6 +205,12 @@
         ClearConfigDictionary<CTGConfig>();
         // 娓呯┖ CTGSelectItemConfig 瀛楀吀
         ClearConfigDictionary<CTGSelectItemConfig>();
+        // 娓呯┖ DailyLivenessRewardConfig 瀛楀吀
+        ClearConfigDictionary<DailyLivenessRewardConfig>();
+        // 娓呯┖ DailyQuestConfig 瀛楀吀
+        ClearConfigDictionary<DailyQuestConfig>();
+        // 娓呯┖ DailyQuestOpenTimeConfig 瀛楀吀
+        ClearConfigDictionary<DailyQuestOpenTimeConfig>();
         // 娓呯┖ DienstgradConfig 瀛楀吀
         ClearConfigDictionary<DienstgradConfig>();
         // 娓呯┖ DirtyNameConfig 瀛楀吀
@@ -218,6 +229,8 @@
         ClearConfigDictionary<FaceConfig>();
         // 娓呯┖ FamilyConfig 瀛楀吀
         ClearConfigDictionary<FamilyConfig>();
+        // 娓呯┖ FamilyEmblemConfig 瀛楀吀
+        ClearConfigDictionary<FamilyEmblemConfig>();
         // 娓呯┖ FirstGoldConfig 瀛楀吀
         ClearConfigDictionary<FirstGoldConfig>();
         // 娓呯┖ FuncConfigConfig 瀛楀吀
@@ -270,10 +283,6 @@
         ClearConfigDictionary<PlayerFaceConfig>();
         // 娓呯┖ PlayerFacePicConfig 瀛楀吀
         ClearConfigDictionary<PlayerFacePicConfig>();
-        // 娓呯┖ PlayerFacePicStarConfig 瀛楀吀
-        ClearConfigDictionary<PlayerFacePicStarConfig>();
-        // 娓呯┖ PlayerFaceStarConfig 瀛楀吀
-        ClearConfigDictionary<PlayerFaceStarConfig>();
         // 娓呯┖ PlayerLVConfig 瀛楀吀
         ClearConfigDictionary<PlayerLVConfig>();
         // 娓呯┖ PlayerPropertyConfig 瀛楀吀

--
Gitblit v1.8.0