input
This commit is contained in:
parent
b932705728
commit
9f4112669a
|
@ -3,8 +3,8 @@ package config
|
|||
import "encoding/json"
|
||||
|
||||
const (
|
||||
FormTypeText = "text" //文本输入框
|
||||
FormTypeTextarea = "textarea" //多行文本
|
||||
FormTypeInput = "input" //文本输入框
|
||||
FormTypeText = "text" //多行文本
|
||||
FormTypeRadio = "radio" //单选框
|
||||
FormTypeCheckbox = "checkbox" //单选框
|
||||
FormTypeSwitch = "switch" //开关
|
||||
|
|
Loading…
Reference in New Issue