From 746dec7b2deec0d87a90153997a47d797f6d9b81 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 26 六月 2025 22:07:23 +0800 Subject: [PATCH] 0312 主界面功能 增加真机debug模块:1.输出日志 2.支持非SDK登录 3.GM命令 4.分支下载 --- Main/Config/ConfigManager.cs | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/Main/Config/ConfigManager.cs b/Main/Config/ConfigManager.cs index cb9c38e..273f00e 100644 --- a/Main/Config/ConfigManager.cs +++ b/Main/Config/ConfigManager.cs @@ -33,7 +33,7 @@ isLoadFinished = false; // 鍔犺浇閰嶇疆鏂囦欢 - int totalConfigs = 60; + int totalConfigs = 63; Type[] configTypes = new Type[] { typeof(AppointItemConfig), typeof(AudioConfig), @@ -84,12 +84,15 @@ typeof(PlayerLVConfig), typeof(PlayerPropertyConfig), typeof(priorbundleConfig), + typeof(RealmConfig), + typeof(RealmLVUPTaskConfig), typeof(RichTextMsgReplaceConfig), typeof(RuleConfig), typeof(SkillConfig), typeof(StoreConfig), typeof(SuccessConfig), typeof(SysInfoConfig), + typeof(TaskConfig), typeof(TitleStarUpConfig), typeof(TreasureCntAwardConfig), typeof(TreasureItemLibConfig), @@ -289,6 +292,10 @@ ClearConfigDictionary<PlayerPropertyConfig>(); // 娓呯┖ priorbundleConfig 瀛楀吀 ClearConfigDictionary<priorbundleConfig>(); + // 娓呯┖ RealmConfig 瀛楀吀 + ClearConfigDictionary<RealmConfig>(); + // 娓呯┖ RealmLVUPTaskConfig 瀛楀吀 + ClearConfigDictionary<RealmLVUPTaskConfig>(); // 娓呯┖ RichTextMsgReplaceConfig 瀛楀吀 ClearConfigDictionary<RichTextMsgReplaceConfig>(); // 娓呯┖ RuleConfig 瀛楀吀 @@ -301,6 +308,8 @@ ClearConfigDictionary<SuccessConfig>(); // 娓呯┖ SysInfoConfig 瀛楀吀 ClearConfigDictionary<SysInfoConfig>(); + // 娓呯┖ TaskConfig 瀛楀吀 + ClearConfigDictionary<TaskConfig>(); // 娓呯┖ TitleStarUpConfig 瀛楀吀 ClearConfigDictionary<TitleStarUpConfig>(); // 娓呯┖ TreasureCntAwardConfig 瀛楀吀 -- Gitblit v1.8.0