From b3ff9a7fbb613b78f6599ada016834f4997a39dc Mon Sep 17 00:00:00 2001 From: Ethan Shen Date: Wed, 12 May 2021 12:27:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(route):=20=E5=93=94=E5=98=80=E5=BD=B1?= =?UTF-8?q?=E8=A7=86=E7=A7=8D=E5=AD=90=E6=96=87=E4=BB=B6=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=20(#7495)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/bde4/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/bde4/index.js b/lib/routes/bde4/index.js index 99fa24550..a1b92da7f 100644 --- a/lib/routes/bde4/index.js +++ b/lib/routes/bde4/index.js @@ -8,7 +8,7 @@ module.exports = async (ctx) => { const year = ctx.params.year || 'all'; const order = ctx.params.order || '0'; - const rootUrl = 'https://bde4.cc'; + const rootUrl = 'https://bde4.icu'; const currentUrl = `${rootUrl}/s/${caty}?${type === 'all' ? '' : '&type=' + type}${area === 'all' ? '' : '&area=' + area}${year === 'all' ? '' : '&year=' + year}&order=${order}`; const response = await got({ method: 'get',