Update Program.cs
独孤九剑 authored at 2024-11-21 19:08:54
156.00 B
NewLife.Remoting
@{
    var theme = CubeSetting.Current.Theme;
    if (String.IsNullOrEmpty(theme)) theme = "ACE";

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