fix(route): 软考,通信考试路由错误. (#18740)

This commit is contained in:
但为君故 2025-03-31 19:36:14 +08:00 committed by GitHub
parent 6cbc91adcb
commit 161ec1614d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);