From 2df58aeacbf1177ec01167bdeccfe89d6a8d5804 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 13 二月 2019 14:20:28 +0800
Subject: [PATCH] 3335 配置表读取重构,修改配置表读取接口1
---
System/MainInterfacePanel/HighSettingFadeInFadeOut.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/HighSettingFadeInFadeOut.cs b/System/MainInterfacePanel/HighSettingFadeInFadeOut.cs
index 7d3d449..1bae5f5 100644
--- a/System/MainInterfacePanel/HighSettingFadeInFadeOut.cs
+++ b/System/MainInterfacePanel/HighSettingFadeInFadeOut.cs
@@ -61,7 +61,7 @@
if (LatencyTimeList.Count <= 0)
{
LatencyTimeList.Clear();
- string str = Config.Instance.Get<FuncConfigConfig>("MaininterfaceAniTime").Numerical1;
+ string str = FuncConfigConfig.Get("MaininterfaceAniTime").Numerical1;
string[] StrList = ConfigParse.GetMultipleStr(str);//瑙f瀽鍑烘暟缁�
for (int j = 0; j < StrList.Length; j++)
{
--
Gitblit v1.8.0