diff --git a/config/form.go b/config/form.go index 81e6adc..e405a07 100644 --- a/config/form.go +++ b/config/form.go @@ -3,8 +3,8 @@ package config import "encoding/json" const ( - FormTypeText = "text" //文本输入框 - FormTypeTextarea = "textarea" //多行文本 + FormTypeInput = "input" //文本输入框 + FormTypeText = "text" //多行文本 FormTypeRadio = "radio" //单选框 FormTypeCheckbox = "checkbox" //单选框 FormTypeSwitch = "switch" //开关