123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?php
- return [
-
- 'default' => 'local',
-
- 'filesize' => 209715200,
-
- 'fileExt' => ['jpg', 'jpeg', 'png', 'gif', 'pem', 'mp3', 'wma', 'wav', 'amr', 'mp4', 'key', 'xlsx', 'xls', 'video/mp4', 'apk'],
-
- 'fileMime' => [
- 'image/jpeg',
- 'image/gif',
- 'image/png',
- 'text/plain',
- 'audio/mpeg',
- 'application/octet-stream',
- 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
- 'application/vnd.ms-works',
- 'application/vnd.ms-excel',
- 'application/zip',
- 'application/vnd.ms-excel',
- 'application/vnd.ms-excel',
- 'text/xml',
- ],
-
- 'stores' => [
-
- 'local' => [],
-
- 'qiniu' => [
- ],
-
- 'oss' => [
- ],
-
- 'cos' => [
- ],
-
- 'jdoss' => [
- ],
-
- 'obs' => [
- ],
-
- 'tyoss' => [
- ],
- ]
- ];
|