From 161ec1614d4e3dcc31902b8b18657bcb88cb7039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=86=E4=B8=BA=E5=90=9B=E6=95=85?= Date: Mon, 31 Mar 2025 19:36:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(route):=20=E8=BD=AF=E8=80=83=EF=BC=8C?= =?UTF-8?q?=E9=80=9A=E4=BF=A1=E8=80=83=E8=AF=95=E8=B7=AF=E7=94=B1=E9=94=99?= =?UTF-8?q?=E8=AF=AF.=20(#18740)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/ruankao/news.ts | 2 +- lib/routes/txks/news.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/routes/ruankao/news.ts b/lib/routes/ruankao/news.ts index 720a1ada4..1d0cff612 100644 --- a/lib/routes/ruankao/news.ts +++ b/lib/routes/ruankao/news.ts @@ -3,7 +3,7 @@ import cache from '@/utils/cache'; import got from '@/utils/got'; import { parseDate } from '@/utils/parse-date'; import { load } from 'cheerio'; -const BASE_URL = 'https://www.ruankao.org.cn/index/work'; +const BASE_URL = 'https://www.ruankao.org.cn/index/work.html'; const removeFontPresetting = (html: string = ''): string => { const $ = load(html); diff --git a/lib/routes/txks/news.ts b/lib/routes/txks/news.ts index 455fe249c..f267d4a77 100644 --- a/lib/routes/txks/news.ts +++ b/lib/routes/txks/news.ts @@ -4,7 +4,7 @@ import got from '@/utils/got'; import { parseDate } from '@/utils/parse-date'; import { load } from 'cheerio'; -const BASE_URL = 'https://www.txks.org.cn/index/work'; +const BASE_URL = 'https://www.txks.org.cn/index/work.html'; const removeFontPresetting = (html: string = ''): string => { const $ = load(html);