直接引入ZeroIoT源码,简化用户操作与理解
智能大石头 authored at 2024-05-15 21:27:26
156.00 B
NewLife.Remoting
@{
    var theme = CubeSetting.Current.Theme;
    if (String.IsNullOrEmpty(theme)) theme = "ACE";

    Layout = "~/Views/" + theme + "/_Layout.cshtml";
}