feat: 添加webfirst字段生成器
This commit is contained in:
@@ -40,7 +40,8 @@ namespace Yi.Framework.Module.WebFirstManager.Domain
|
||||
|
||||
private async Task BuildToFileAsync(string str, TemplateEntity templateEntity)
|
||||
{
|
||||
await File.WriteAllTextAsync(str, templateEntity.BuildPath);
|
||||
|
||||
//await File.WriteAllTextAsync(str, templateEntity.BuildPath);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user