diff --git a/Dockerfile b/Dockerfile index 21db7b8..c493b8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,9 @@ RUN echo $'server { \n\ } \n\ \n\ location /api/ { \n\ + proxy_buffer_size 128k; \n\ + proxy_buffers 16 32k; \n\ + proxy_busy_buffers_size 128k; \n\ proxy_set_header Host $host; \n\ proxy_set_header X-Real-IP $remote_addr; \n\ proxy_set_header X-Forwarded-For $remote_addr; \n\ diff --git a/README.md b/README.md index 22803cf..222d640 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Electron 版本由 [@hawtim](https://github.com/hawtim) 和 [@qier222](https://g 本项目的 Demo (https://music.qier222.com) 就是部署在 Vercel 上的网站。 -[![Powered by Vercel](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)](https://vercel.com/?utm_source=ypm&utm_campaign=oss) +[![Powered by Vercel](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)](https://vercel.com/?utm_source=ohmusic&utm_campaign=oss) 1. 部署网易云 API,详情参见 [Binaryify/NeteaseCloudMusicApi](https://neteasecloudmusicapi.vercel.app/#/?id=%e5%ae%89%e8%a3%85) 。你也可以将 API 部署到 Vercel。 diff --git a/src/views/album.vue b/src/views/album.vue index f90fa19..a8350df 100644 --- a/src/views/album.vue +++ b/src/views/album.vue @@ -71,12 +71,12 @@ -