修改代码逻辑,修改配置文件

This commit is contained in:
2026-06-29 15:09:23 +08:00
parent 21051dd199
commit 4f33d81aa3
8 changed files with 706 additions and 344 deletions

View File

@ -28,5 +28,5 @@ public class CatalogListOutput
/// <summary>
/// 二级栏目列表
/// </summary>
public List<SecondCatalogOutput> Children { get; set; } = new();
public List<SecondCatalogOutput> Children { get; set; } = [];
}