add: 添加ProjectName配置选项
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
using Microsoft.Extensions.Options;
|
||||
|
||||
namespace YaeBlog.Core.Models;
|
||||
namespace YaeBlog.Core.Models;
|
||||
|
||||
public class BlogOptions
|
||||
{
|
||||
public const string OptionName = "Blog";
|
||||
|
||||
public required string Root { get; set; }
|
||||
|
||||
public required string ProjectName { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user