mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
a9376ef1ca
now we treat url following below rules: 1. `data:image..` => image 2. `http://xxx.com/xxxx.(webp|svg|png|gif|jpg|jpeg)` => image 3. `http://xxx.com/xxx.zip` other extensions => non-image 4. `data:application..` other minetypes in base64 text => non-image 5. `http://xxx.com/xxx` without any extensions => image close #9835 close #9681 ref #9621 |
||
---|---|---|
.. | ||
__tests__ | ||
demo | ||
style | ||
Dragger.tsx | ||
index.en-US.md | ||
index.tsx | ||
index.zh-CN.md | ||
interface.tsx | ||
Upload.tsx | ||
UploadList.tsx | ||
utils.tsx |