refactor: 处理器重构为使用Async
This commit is contained in:
@@ -4,7 +4,7 @@ namespace YaeBlog.Core.Abstractions;
|
||||
|
||||
public interface IPreRenderProcessor
|
||||
{
|
||||
BlogContent Process(BlogContent content);
|
||||
Task<BlogContent> ProcessAsync(BlogContent content);
|
||||
|
||||
string Name { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user