fix(route/egsea): 修复e快选链接不正确 (#18099)

This commit is contained in:
ueiu 2025-01-12 02:23:46 +08:00 committed by GitHub
parent 86ff440666
commit 5d8fd440a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ async function handler() {
const out = response.data.data.map((item) => {
const pubDate = parseDate(item.pageTime, 'X');
const link = 'https://www.egsea.com' + item.url;
const link = item.url;
const title = item.title;
const description = item.content;