教程帮助界面更改

This commit is contained in:
“wanyongkang”
2023-08-18 18:04:27 +08:00
parent 4239c29e96
commit 8b94ce7b97
12 changed files with 351 additions and 183 deletions

View File

@@ -6,7 +6,7 @@ namespace Home.Models
{
public class ArticleSearchModel : PageRequestBase
{
public ArticleCatalog Catalog { get; set; } = ArticleCatalog.Top;
public ArticleCatalog Catalog { get; set; } = 0;
}
}