feat: 뉴스 링크 저장/조회 웹앱 추가

- Flask 기반 UI 및 /links API 구현
- 30개 단위 페이지네이션 + 무한 스크롤 적용
- 메타데이터(제목/요약/이미지) 추출 및 캐시 적용

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-02-07 16:28:39 +09:00
commit d5174d5835
7 changed files with 648 additions and 0 deletions

7
static/placeholder.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg width="640" height="360" viewBox="0 0 640 360" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="640" height="360" fill="#e9ecef"/>
<rect x="120" y="90" width="400" height="180" rx="16" fill="#dee2e6"/>
<path d="M210 210l60-70 70 80 60-60 90 90H210z" fill="#adb5bd"/>
<circle cx="260" cy="150" r="22" fill="#adb5bd"/>
<text x="320" y="260" text-anchor="middle" font-size="18" fill="#6c757d" font-family="Arial, sans-serif">No Image</text>
</svg>

After

Width:  |  Height:  |  Size: 472 B