代码优化

master
xiaochanghai 1 year ago
parent 1a07f37668
commit d8a0a75db3
  1. 4345
      Model/Tiobon.Web.pdm
  2. 6
      Tiobon.Core.Extensions/ServiceExtensions/AppConfigSetup.cs

File diff suppressed because it is too large Load Diff

@ -40,7 +40,7 @@ namespace Tiobon.Core.Extensions
new ConsoleTable()
{
TitleString = "Tiobon.Core 配置集",
Columns = new string[] { "配置名称", "配置信息/是否启动" },
Columns = ["配置名称", "配置信息/是否启动"],
Rows = configInfos,
EnableCount = false,
Alignment = Alignment.Left,
@ -66,7 +66,7 @@ namespace Tiobon.Core.Extensions
new ConsoleTable
{
TitleString = "AOP",
Columns = new string[] { "配置名称", "配置信息/是否启动" },
Columns = ["配置名称", "配置信息/是否启动"],
Rows = aopInfos,
EnableCount = false,
Alignment = Alignment.Left,
@ -93,7 +93,7 @@ namespace Tiobon.Core.Extensions
new ConsoleTable
{
TitleString = "中间件",
Columns = new string[] { "配置名称", "配置信息/是否启动" },
Columns = ["配置名称", "配置信息/是否启动"],
Rows = MiddlewareInfos,
EnableCount = false,
Alignment = Alignment.Left,

Loading…
Cancel
Save