From 4f7cd437f57cd81eae0f899a532a4bca90bd5c11 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Mon, 6 Apr 2026 14:52:57 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=89=B4=EC=8A=A4=20=EB=A6=AC=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EC=97=90=20RSS=20=EC=9A=94=EC=95=BD=201=EC=A4=84=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=20+=20=EC=83=81=EC=84=B8=20=EB=A7=81?= =?UTF-8?q?=ED=81=AC=20=ED=98=84=EC=9E=AC=20=ED=83=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/routes/news/+page.svelte | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 @@ 문서 상세 ↗ + >문서 상세