mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-05 09:10:53 +08:00
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