This action will force synchronization from FastAdmin 开源后台框架/FastAdmin, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<?php//上传配置return [/*** 上传地址,默认是本地上传*/'uploadurl' => 'ajax/upload',/*** CDN地址*/'cdnurl' => '',/*** 文件保存格式*/'savekey' => '/uploads/{year}{mon}{day}/{filemd5}{.suffix}',/*** 最大可上传大小*/'maxsize' => '10mb',/*** 可上传的文件类型*/'mimetype' => 'jpg,png,bmp,jpeg,gif,webp,zip,rar,wav,mp4,mp3,webm',/*** 是否支持批量上传*/'multiple' => false,/*** 上传超时时长,这里仅用于JS上传超时控制*/'timeout' => 60000,/*** 是否支持分片上传*/'chunking' => false,/*** 默认分片大小*/'chunksize' => 2097152,/*** 完整URL模式*/'fullmode' => false,/*** 缩略图样式*/'thumbstyle' => '',];
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。