代码注释:增加样式注释文字
This commit is contained in:
parent
f3ed60179a
commit
2531ab76b0
|
@ -160,7 +160,7 @@ namespace Bootstrap.DataAccess
|
||||||
return (settings.FirstOrDefault(d => d.Name == "网站页脚" && d.Category == "网站设置" && d.Define == 0) ?? new BootstrapDict() { Code = "2016 © 通用后台管理系统" }).Code;
|
return (settings.FirstOrDefault(d => d.Name == "网站页脚" && d.Category == "网站设置" && d.Define == 0) ?? new BootstrapDict() { Code = "2016 © 通用后台管理系统" }).Code;
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// 获得系统中配置的可以使用的网站样式
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static IEnumerable<BootstrapDict> RetrieveWebCss()
|
public static IEnumerable<BootstrapDict> RetrieveWebCss()
|
||||||
|
@ -169,7 +169,7 @@ namespace Bootstrap.DataAccess
|
||||||
return data.Where(d => d.Category == "网站样式");
|
return data.Where(d => d.Category == "网站样式");
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// 获得网站设置中的当前样式
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static IEnumerable<BootstrapDict> RetrieveActiveCss()
|
public static IEnumerable<BootstrapDict> RetrieveActiveCss()
|
||||||
|
|
Loading…
Reference in New Issue