Support color type for theme setting.

pull/296/head
ruibaby 2019-08-24 21:39:28 +08:00
parent f7c3ca8020
commit a160bad825
1 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,7 @@ import org.springframework.lang.Nullable;
* Input type enum. * Input type enum.
* *
* @author johnniang * @author johnniang
* @author ryanwang
* @date 4/10/19 * @date 4/10/19
*/ */
public enum InputType { public enum InputType {
@ -18,7 +19,9 @@ public enum InputType {
SELECT, SELECT,
TEXTAREA; TEXTAREA,
COLOR;
/** /**
* Convert type to input type. * Convert type to input type.