服务器代理豆瓣反防盗链

This commit is contained in:
mtvpls
2026-01-09 21:53:23 +08:00
parent fc28992123
commit a41e69c387
2 changed files with 4 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ export async function GET(request: Request) {
'User-Agent':
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',
Accept: 'image/jpeg,image/png,image/gif,*/*;q=0.8',
Referer: 'https://movie.douban.com/',
},
});