优化代码生成

This commit is contained in:
不做码农
2021-12-24 21:05:42 +08:00
parent a3d0a2b403
commit 5bce7e0464
7 changed files with 59 additions and 22 deletions

View File

@@ -111,6 +111,10 @@ namespace ZR.CodeGenerator
public static string HTML_EDITOR = "editor";
// 自定义排序
public static string HTML_SORT = "sort";
/// <summary>
/// 自定义输入框
/// </summary>
public static string HTML_CUSTOM_INPUT = "customInput";
//颜色选择器
public static string HTML_COLORPICKER = "colorPicker";
//switch开关