From 2531ab76b05a8ab4ef3ea620a5c369a96178bc33 Mon Sep 17 00:00:00 2001 From: Argo-Surface Date: Thu, 22 Jun 2017 13:34:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=B3=A8=E9=87=8A=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=B7=E5=BC=8F=E6=B3=A8=E9=87=8A=E6=96=87?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.DataAccess/DictHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap.DataAccess/DictHelper.cs b/Bootstrap.DataAccess/DictHelper.cs index 152f6d42..8ba654d9 100644 --- a/Bootstrap.DataAccess/DictHelper.cs +++ b/Bootstrap.DataAccess/DictHelper.cs @@ -160,7 +160,7 @@ namespace Bootstrap.DataAccess return (settings.FirstOrDefault(d => d.Name == "网站页脚" && d.Category == "网站设置" && d.Define == 0) ?? new BootstrapDict() { Code = "2016 © 通用后台管理系统" }).Code; } /// - /// + /// 获得系统中配置的可以使用的网站样式 /// /// public static IEnumerable RetrieveWebCss() @@ -169,7 +169,7 @@ namespace Bootstrap.DataAccess return data.Where(d => d.Category == "网站样式"); } /// - /// + /// 获得网站设置中的当前样式 /// /// public static IEnumerable RetrieveActiveCss()