多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 单文件预览 > 图片示例: ![](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; }) ~~~