移动端代码生成预览新增配置

This commit is contained in:
不做码农
2023-08-05 11:22:00 +08:00
parent 9180bb73e4
commit dcb3c55cb1
3 changed files with 14 additions and 7 deletions

View File

@@ -82,6 +82,7 @@ namespace Infrastructure
public class Gen
{
public bool ShowApp { get; set; }
public bool AutoPre { get; set; }
public string VuePath { get; set; }
public string Author { get; set; }