NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
## 单文件预览 > 图片示例: ![](https://img.kancloud.cn/1c/91/1c914f7c218066e1d81c0bed99f1e403_1920x903.png) > 配置项 | key | 类型 | 是否必须 | 说明 | | --- | --- | --- | --- | | templet | string | 是 | 固定值:`file` | | 通用配置... | > 模板值 类似`[name=>'document.txt','url'=>'http://xxx.txt']`的数组或者json字符串 > 提示 可点击下载。 > 代码示例: ~~~ $builder=YT('general_example')->state([...]) ->cols(function($state){ $cols=[ 'id'=>['type'=>'checkbox'], // 单文件 'document'=>['title'=>'单文件','templet'=>'file'], ]; return $cols; }) ~~~