审查视图

addons/qiniu/config.php 5.1 KB
何书鹏 authored
1 2 3 4 5 6 7 8 9 10 11
<?php

return array (
  0 => 
  array (
    'name' => 'app_key',
    'title' => 'app_key',
    'type' => 'string',
    'content' => 
    array (
    ),
1  
何书鹏 authored
12
    'value' => 'IyQAcKC46qeXLOFzv8sr5IaW7EzGzfP9vRLIfkdk',
何书鹏 authored
13 14 15 16 17 18 19 20 21 22 23 24 25 26
    'rule' => 'required',
    'msg' => '',
    'tip' => '请在个人中心 > 密钥管理中获取 > AK',
    'ok' => '',
    'extend' => '',
  ),
  1 => 
  array (
    'name' => 'secret_key',
    'title' => 'secret_key',
    'type' => 'string',
    'content' => 
    array (
    ),
1  
何书鹏 authored
27
    'value' => '0A5VPrHUJsBtjwS1wvpag5n69moP1_JbYTzvE6cW',
何书鹏 authored
28 29 30 31 32 33 34 35 36 37 38 39 40 41
    'rule' => 'required',
    'msg' => '',
    'tip' => '请在个人中心 > 密钥管理中获取 > SK',
    'ok' => '',
    'extend' => '',
  ),
  2 => 
  array (
    'name' => 'bucket',
    'title' => 'bucket',
    'type' => 'string',
    'content' => 
    array (
    ),
1  
何书鹏 authored
42
    'value' => 'weavingsilk',
何书鹏 authored
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
    'rule' => 'required',
    'msg' => '',
    'tip' => '存储空间名称',
    'ok' => '',
    'extend' => '',
  ),
  3 => 
  array (
    'name' => 'uploadurl',
    'title' => '上传接口地址',
    'type' => 'select',
    'content' => 
    array (
      'https://upload-z0.qiniup.com' => '华东 https://upload-z0.qiniup.com',
      'https://upload-z1.qiniup.com' => '华北 https://upload-z1.qiniup.com',
      'https://upload-z2.qiniup.com' => '华南 https://upload-z2.qiniup.com',
      'https://upload-na0.qiniup.com' => '北美 https://upload-na0.qiniup.com',
      'https://upload-as0.qiniup.com' => '东南亚 https://upload-as0.qiniup.com',
    ),
    'value' => 'https://upload-z2.qiniup.com',
    'rule' => 'required',
    'msg' => '',
    'tip' => '推荐选择最近的地址',
    'ok' => '',
    'extend' => '',
  ),
  4 => 
  array (
    'name' => 'cdnurl',
    'title' => 'CDN地址',
    'type' => 'string',
    'content' => 
    array (
    ),
何书鹏 authored
77
    'value' => 'http://qiniu.silk.brotop.cn',
何书鹏 authored
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
    'rule' => 'required',
    'msg' => '',
    'tip' => '未绑定CDN的话可使用七牛分配的测试域名',
    'ok' => '',
    'extend' => '',
  ),
  5 => 
  array (
    'name' => 'notifyenabled',
    'title' => '启用服务端回调',
    'type' => 'bool',
    'content' => 
    array (
    ),
    'value' => '0',
    'rule' => '',
    'msg' => '',
    'tip' => '本地开发请禁用服务端回调',
    'ok' => '',
    'extend' => '',
  ),
  6 => 
  array (
    'name' => 'notifyurl',
    'title' => '回调通知地址',
    'type' => 'string',
    'content' => 
    array (
    ),
何书鹏 authored
107
    'value' => 'https://silk.t.broteam.cn/addons/qiniu/index/notify',
何书鹏 authored
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
    'rule' => '',
    'msg' => '',
    'tip' => '',
    'ok' => '',
    'extend' => '',
  ),
  7 => 
  array (
    'name' => 'uploadmode',
    'title' => '上传模式',
    'type' => 'select',
    'content' => 
    array (
      'client' => '客户端直传(速度快,无备份)',
      'server' => '服务器中转(占用服务器带宽,有备份)',
    ),
    'value' => 'server',
    'rule' => '',
    'msg' => '',
    'tip' => '启用服务器中转时务必配置操作员和密码',
    'ok' => '',
    'extend' => '',
  ),
  8 => 
  array (
    'name' => 'savekey',
    'title' => '保存文件名',
    'type' => 'string',
    'content' => 
    array (
    ),
    'value' => '/uploads/$(year)$(mon)$(day)/$(etag)$(ext)',
    'rule' => 'required',
    'msg' => '',
    'tip' => '',
    'ok' => '',
    'extend' => '',
  ),
  9 => 
  array (
    'name' => 'expire',
    'title' => '上传有效时长',
    'type' => 'string',
    'content' => 
    array (
    ),
    'value' => '600',
    'rule' => 'required',
    'msg' => '',
    'tip' => '',
    'ok' => '',
    'extend' => '',
  ),
  10 => 
  array (
    'name' => 'maxsize',
    'title' => '最大可上传',
    'type' => 'string',
    'content' => 
    array (
    ),
    'value' => '10M',
    'rule' => 'required',
    'msg' => '',
    'tip' => '',
    'ok' => '',
    'extend' => '',
  ),
  11 => 
  array (
    'name' => 'mimetype',
    'title' => '可上传后缀格式',
    'type' => 'string',
    'content' => 
    array (
    ),
    'value' => 'jpg,png,bmp,jpeg,gif,zip,rar,xls,xlsx',
    'rule' => 'required',
    'msg' => '',
    'tip' => '',
    'ok' => '',
    'extend' => '',
  ),
  12 => 
  array (
    'name' => 'multiple',
    'title' => '多文件上传',
    'type' => 'bool',
    'content' => 
    array (
    ),
1  
何书鹏 authored
199
    'value' => '1',
何书鹏 authored
200 201 202 203 204 205 206 207 208 209 210 211 212 213
    'rule' => 'required',
    'msg' => '',
    'tip' => '',
    'ok' => '',
    'extend' => '',
  ),
  13 => 
  array (
    'name' => 'syncdelete',
    'title' => '附件删除时是否同步删除文件',
    'type' => 'bool',
    'content' => 
    array (
    ),
1  
何书鹏 authored
214
    'value' => '1',
何书鹏 authored
215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236
    'rule' => 'required',
    'msg' => '',
    'tip' => '',
    'ok' => '',
    'extend' => '',
  ),
  14 => 
  array (
    'name' => '__tips__',
    'title' => '温馨提示',
    'type' => '',
    'content' => 
    array (
    ),
    'value' => '在使用之前请注册七牛账号并进行认证,注册链接:<a href="https://portal.qiniu.com/signup?code=3l79xtos9w9qq" target="_blank">https://portal.qiniu.com/signup?code=3l79xtos9w9qq</a>',
    'rule' => '',
    'msg' => '',
    'tip' => '',
    'ok' => '',
    'extend' => '',
  ),
);