Why this gif url can't be accessed by tiddlywiki?

I have some pictures saved on a gitee repo.

But I have problem when access gif

# gif file can't be shown if saved on gitee
[img[https://gitee.com/lovelife_lizhe/OriImg/raw/master/%E5%90%B5%E6%9E%B6%E5%91%A8%E6%98%9F%E9%A9%B0.gif]]  

 # jpg is not gif image show normally 
[img[https://gitee.com/lovelife_lizhe/OriImg/raw/master/%E6%96%87%E6%98%8EIMG.jpg]]

# gif saved on github not gitee show normally 
[img[https://github.com/woshichuanqilz/OriImg/raw/master/%E5%90%B5%E6%9E%B6%E5%91%A8%E6%98%9F%E9%A9%B0.gif]]
   

Why this happened and how to access gif image on gitee?

gitee sends a jpeg as an image

and the gif as text.

So may be it’s a gitee setting somewhere.