Skip to content

Commit 0da5d7c

Browse files
author
levy
committed
docs: update
1 parent 9931f3c commit 0da5d7c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README-zh.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- 根据浏览器环境自动选择是否使用 webp
2626
- 支持云服务
2727
- [x] 阿里云
28+
- [x] 华为云
2829
- [x] 七牛
2930
- 支持 SSR
3031

@@ -46,7 +47,7 @@ yarn add @femessage/v-img
4647

4748
设置 `provider` 来使用不同的图片处理方案,`provider` 参数有以下选项:
4849

49-
- alibaba(默认)
50+
- alibaba(默认,同样适用于华为云
5051
- qiniu
5152
- self
5253
- none

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ This component aims to replace native img element and use webp!
2626
- Input jpg/png, output webp(svg/gif not be processed)
2727
- Automatically check whether your browser support webp and use it
2828
- Support cloud image service
29-
- [x] Alibaba
30-
- [x] Qiniu
29+
- [x] Alibaba Cloud
30+
- [x] Huawei Cloud
31+
- [x] Qiniu Cloud
3132
- Support SSR
3233

3334
[⬆ Back to Top](#table-of-contents)
@@ -50,7 +51,7 @@ yarn add @femessage/v-img
5051

5152
The component use `provider` to choose image processing strategy, here are available values:
5253

53-
- alibaba(default)
54+
- alibaba(default value, and it's compatible with Huawei Cloud)
5455
- qiniu
5556
- self
5657
- none

0 commit comments

Comments
 (0)