From 9f4112669aac00f916e35230d77379c51bb7823e Mon Sep 17 00:00:00 2001 From: jiangyong Date: Wed, 30 Jul 2025 18:13:52 +0800 Subject: [PATCH] input --- config/form.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" //开关