无限星辰工作室-客户无限互联网动力之源
标题:
DiscuzQ V1.0 RC 支持GIF动态图片解决方案
[打印本页]
作者:
crx349
时间:
2020-9-9 10:17
标题:
DiscuzQ V1.0 RC 支持GIF动态图片解决方案
打开:app/Commands/Attachment/CreateAttachment.php搜索:
$this->events->dispatch(
new Uploading($this->actor, $file)
);
复制代码
大概在125-126行
修改成:
if (!str_ends_with(strtolower($file->getFilename()),'.gif')){
$this->events->dispatch(
new Uploading($this->actor, $file)
);
}
复制代码
保存,覆盖站点同名文件,就可以实现gif图片显示了
欢迎光临 无限星辰工作室-客户无限互联网动力之源 (https://xmspace.net/)
Powered by Discuz! X3.4