diff --git a/frontend/src/routes/news/+page.svelte b/frontend/src/routes/news/+page.svelte index 72a08d8..f8b7bef 100644 --- a/frontend/src/routes/news/+page.svelte +++ b/frontend/src/routes/news/+page.svelte @@ -176,8 +176,11 @@ {article.is_read ? '○' : '●'} -
+

{article.title}

+ {#if article.extracted_text} +

{article.extracted_text.split('\n').filter(l => l.trim() && l !== article.title)[0]?.slice(0, 120) || ''}

+ {/if}
{article.ai_sub_group || ''} {#if article.ai_tags?.length} @@ -228,8 +231,7 @@ 문서 상세 ↗ + >문서 상세