Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 图片压缩排除gif类型 #105

Merged
merged 1 commit into from
Oct 28, 2019
Merged

fix: 图片压缩排除gif类型 #105

merged 1 commit into from
Oct 28, 2019

Conversation

rexerwang
Copy link
Contributor

Why

Fix: #104

How

  1. 造成gif无法正常上传原因是:压缩图片时将gif转成了png格式
  2. 根据文件类型(排除gif)压缩图片

Test

  1. Before:
    see gif无法正常上传 #104

  2. After:
    2019-10-28_16-09
    2019-10-28_16-09_1

@auto-add-label auto-add-label bot added the bug Something isn't working label Oct 28, 2019
@netlify
Copy link

netlify bot commented Oct 28, 2019

Deploy preview for upload-to-ali ready!

Built with commit be7b31f

https://deploy-preview-105--upload-to-ali.netlify.com

Copy link
Contributor

@eviIIt eviIIt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@levy9527 levy9527 merged commit 3f865de into FEMessage:dev Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gif无法正常上传
3 participants