__('String'), 'text' => __('Text'), 'number' => __('Number'), 'datetime' => __('Datetime'), 'select' => __('Select'), 'selects' => __('Selects'), 'image' => __('Image'), 'images' => __('Images'), 'file' => __('File'), 'files' => __('Files'), 'checkbox' => __('Checkbox'), 'radio' => __('Radio'), 'array' => __('Array'), ]; return $typeList; } /** * 读取分类分组列表 * @return array */ public static function getGroupList() { $groupList = config('site.configgroup'); return $groupList; } }