File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 25
25
- 根据浏览器环境自动选择是否使用 webp
26
26
- 支持云服务
27
27
- [x] 阿里云
28
+ - [x] 华为云
28
29
- [x] 七牛
29
30
- 支持 SSR
30
31
@@ -46,7 +47,7 @@ yarn add @femessage/v-img
46
47
47
48
设置 ` provider ` 来使用不同的图片处理方案,` provider ` 参数有以下选项:
48
49
49
- - alibaba(默认)
50
+ - alibaba(默认,同样适用于华为云 )
50
51
- qiniu
51
52
- self
52
53
- none
Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ This component aims to replace native img element and use webp!
26
26
- Input jpg/png, output webp(svg/gif not be processed)
27
27
- Automatically check whether your browser support webp and use it
28
28
- Support cloud image service
29
- - [x] Alibaba
30
- - [x] Qiniu
29
+ - [x] Alibaba Cloud
30
+ - [x] Huawei Cloud
31
+ - [x] Qiniu Cloud
31
32
- Support SSR
32
33
33
34
[ ⬆ Back to Top] ( #table-of-contents )
@@ -50,7 +51,7 @@ yarn add @femessage/v-img
50
51
51
52
The component use ` provider ` to choose image processing strategy, here are available values:
52
53
53
- - alibaba(default)
54
+ - alibaba(default value, and it's compatible with Huawei Cloud )
54
55
- qiniu
55
56
- self
56
57
- none
You can’t perform that action at this time.
0 commit comments