We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4a1ff commit b0a97ccCopy full SHA for b0a97cc
WebP实战/WebP实战.md
@@ -86,7 +86,7 @@ JPEG 2000, JPEG XR, 和 WebP 与传统的 JPEG、PNG 相比具有高压缩比、
86
image/webp webp;
87
```
88
89
-1. 获取请求头 `Accept` 字段中的 `webp`
+2. 获取请求头 `Accept` 字段中的 `webp`
90
91
```js
92
map $http_accept $webp_suffix {
0 commit comments