123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- <?php
- return [
- [
- 'name' => 'appId',
- 'title' => 'AppID',
- 'type' => 'string',
- 'content' => [],
- 'value' => '1328019902',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '请前往腾讯控制台 > 访问管理 > API密钥',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'secretId',
- 'title' => 'SecretId',
- 'type' => 'string',
- 'content' => [],
- 'value' => 'AKIDa9dAXiCiGxKTcdn1O5pNuVAj7HRdhX8V',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '请前往腾讯控制台 > 访问管理 > API密钥',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'secretKey',
- 'title' => 'SecretKey',
- 'type' => 'string',
- 'content' => [],
- 'value' => 'VpzweIqBMNAfBb2IQN7ew0sZ4Xp0zmPr',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '请前往腾讯控制台 > 访问管理 > API密钥',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'bucket',
- 'title' => '存储桶名称',
- 'type' => 'string',
- 'content' => [],
- 'value' => 'weibao-1328019902',
- 'rule' => 'required;bucket',
- 'msg' => '',
- 'tip' => '存储空间名称',
- 'ok' => '',
- 'extend' => 'data-rule-bucket="[/^[0-9a-z_\\-]{3,63}$/, \'请输入正确的存储桶名称\']"',
- ],
- [
- 'name' => 'region',
- 'title' => '地域名称',
- 'type' => 'string',
- 'content' => [],
- 'value' => 'ap-nanjing',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '请输入地域简称,请注意使用英文',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'uploadmode',
- 'title' => '上传模式',
- 'type' => 'select',
- 'content' => [
- 'client' => '客户端直传(速度快,无备份)',
- 'server' => '服务器中转(占用服务器带宽,有备份)',
- ],
- 'value' => 'client',
- 'rule' => '',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'serverbackup',
- 'title' => '服务器中转模式备份',
- 'type' => 'radio',
- 'content' => [
- 1 => '备份(附件管理将产生2条记录)',
- 0 => '不备份',
- ],
- 'value' => '0',
- 'rule' => '',
- 'msg' => '',
- 'tip' => '服务器中转模式下是否备份文件',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'uploadurl',
- 'title' => '上传接口地址',
- 'type' => 'string',
- 'content' => [],
- 'value' => 'https://weibao-1328019902.cos.ap-nanjing.myqcloud.com',
- 'rule' => 'required;uploadurl',
- 'msg' => '',
- 'tip' => '请输入你的上传接口地址',
- 'ok' => '',
- 'extend' => 'data-rule-uploadurl="[/^http(s)?:\\/\\/.*$/, \'必需以http(s)://开头\']"',
- ],
- [
- 'name' => 'cdnurl',
- 'title' => 'CDN地址',
- 'type' => 'string',
- 'content' => [],
- 'value' => 'https://weibao-1328019902.cos.ap-nanjing.myqcloud.com',
- 'rule' => 'required;cdnurl',
- 'msg' => '',
- 'tip' => '请配置你的CDN地址或在存储桶基础配置中获取',
- 'ok' => '',
- 'extend' => 'data-rule-cdnurl="[/^http(s)?:\\/\\/.*$/, \'必需以http(s)://开头\']"',
- ],
- [
- 'name' => 'savekey',
- 'title' => '保存文件名',
- 'type' => 'string',
- 'content' => [],
- 'value' => '/uploads/{year}{mon}{day}/{filemd5}{.suffix}',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'expire',
- 'title' => '上传有效时长',
- 'type' => 'string',
- 'content' => [],
- 'value' => '600',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '用户停留页面上传有效时长,单位秒',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'maxsize',
- 'title' => '最大可上传',
- 'type' => 'string',
- 'content' => [],
- 'value' => '50M',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'mimetype',
- 'title' => '可上传后缀格式',
- 'type' => 'string',
- 'content' => [],
- 'value' => 'jpg,png,bmp,jpeg,gif,webp,zip,rar,wav,mp4,mp3,webm,xls,xlsx,doc,docx,ppt,pdf',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'multiple',
- 'title' => '多文件上传',
- 'type' => 'bool',
- 'content' => [],
- 'value' => '0',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'thumbstyle',
- 'title' => '缩略图样式',
- 'type' => 'string',
- 'content' => [],
- 'value' => '',
- 'rule' => '',
- 'msg' => '',
- 'tip' => '用于后台列表缩略图样式,可使用:?imageMogr2/thumbnail/120x90',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'chunking',
- 'title' => '分片上传',
- 'type' => 'radio',
- 'content' => [
- 1 => '开启',
- 0 => '关闭',
- ],
- 'value' => '0',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'chunksize',
- 'title' => '分片大小',
- 'type' => 'number',
- 'content' => [],
- 'value' => '4194304',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'syncdelete',
- 'title' => '附件删除时是否同步删除云存储文件',
- 'type' => 'bool',
- 'content' => [],
- 'value' => '0',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'apiupload',
- 'title' => 'API接口使用云存储',
- 'type' => 'bool',
- 'content' => [],
- 'value' => '1',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'noneedlogin',
- 'title' => '免登录上传',
- 'type' => 'checkbox',
- 'content' => [
- 'api' => 'API',
- 'index' => '前台',
- 'admin' => '后台',
- ],
- 'value' => 'api,index,admin',
- 'rule' => '',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- ];
|