<?php /** * 文件上传配置 */ return [ // 支持的文件类型 'fileTypes'=> ['txt','doc','docx','xls','xlsx','ppt','pptx','pdf'], // 文件上传大小 'fileSize'=> 30, // 图片上传大小 'imageSize'=> 10, ];