RSS 피드 기능 추가

This commit is contained in:
2026-06-02 18:02:31 +09:00
parent 79009b21e6
commit b5970c8ada
13 changed files with 174 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ export const SOCIAL_ICON_PRESETS = [
{ icon: 'youtube', label: 'YouTube', placeholder: 'https://youtube.com/...' },
{ icon: 'facebook', label: 'Facebook', placeholder: 'https://facebook.com/...' },
{ icon: 'linkedin', label: 'LinkedIn', placeholder: 'https://linkedin.com/in/...' },
{ icon: 'rss', label: 'RSS', placeholder: '/rss/' },
{ icon: 'rss', label: 'RSS', placeholder: '/rss.xml' },
{ icon: 'custom', label: '직접 SVG', placeholder: 'https://...' },
{ icon: 'link', label: 'Link', placeholder: 'https://...' }
]