This commit is contained in:
jiangyong 2025-07-30 18:13:52 +08:00
parent b932705728
commit 9f4112669a
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ package config
import "encoding/json"
const (
FormTypeText = "text" //文本输入框
FormTypeTextarea = "textarea" //多行文本
FormTypeInput = "input" //文本输入框
FormTypeText = "text" //多行文本
FormTypeRadio = "radio" //单选框
FormTypeCheckbox = "checkbox" //单选框
FormTypeSwitch = "switch" //开关