fix(route): Fix the abnormal display of description in hellogithub (#19351)

1.fix:Fix the abnormal display of description in hellogithub
This commit is contained in:
Hwting 2025-06-11 16:35:38 +08:00 committed by GitHub
parent 171244d5c6
commit 6192eef684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ async function handler(ctx) {
link: `${rootUrl}/repository/${item.item_id}`,
pubDate: parseDate(item.updated_at),
name: `${item.author}/${item.name}`,
summary: item.summary,
description: item.summary,
language: item.primary_lang,
}));