From 145dcc3a9ed1c3bcbc01c8da2b341aaa6ee5dbd2 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 14 十月 2024 10:37:44 +0800 Subject: [PATCH] 优化link连接颜色 --- BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs b/BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs index 3fde54f..f467b1c 100644 --- a/BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs +++ b/BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs @@ -1,13 +1,13 @@ -锘縩amespace HStation.BLL.Xhs +锘縩amespace HStation.BLL { internal class ConfigHelper { /// <summary> - /// + /// /// </summary> public static string HttpUrl { - get { return Settings.XhsParasHelper.Xhs.CAL.HttpClient.HttpUrl; } + get { return Settings.Assets.XhsParasHelper.Xhs.CAL.HttpClient.HttpUrl; } } } -} +} \ No newline at end of file -- Gitblit v1.9.3