Skip to content

Commit b0a97cc

Browse files
committed
update webp实战
1 parent 4a4a1ff commit b0a97cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebP实战/WebP实战.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ JPEG 2000, JPEG XR, 和 WebP 与传统的 JPEG、PNG 相比具有高压缩比、
8686
image/webp webp;
8787
```
8888

89-
1. 获取请求头 `Accept` 字段中的 `webp`
89+
2. 获取请求头 `Accept` 字段中的 `webp`
9090

9191
```js
9292
map $http_accept $webp_suffix {

0 commit comments

Comments
 (0)