ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 单文件预览 > 图片示例: ![](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(DbRowState::state()) ->cols(function($state){ $cols=[ 'id'=>['type'=>'checkbox'], // 单文件 'document'=>['title'=>'单文件','templet'=>'file'], ]; return $cols; }) ~~~