From 1c30ee4068eb5dba3c6b9a4987b98034f2a622d0 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 13 一月 2025 10:49:47 +0800 Subject: [PATCH] 登录界面修改 --- Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs b/Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs index 259fc22..f64eb21 100644 --- a/Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs +++ b/Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs @@ -1,17 +1,16 @@ 锘縩amespace HStation.Settings { /// <summary> - /// + /// /// </summary> public class PhartRelationParasHelper { - /// <summary> - /// + /// /// </summary> - public static Paras_PhartRelation Xhs + public static Paras_PhartRelation PhartRelation { - get { return PhartRelationFileHelper.Get().Xhs; } + get { return PhartRelationFileHelper.Get().PhartRelation; } } /// <summary> @@ -21,7 +20,5 @@ { return PhartRelationFileHelper.Save(); } - - } -} +} \ No newline at end of file -- Gitblit v1.9.3