Blog Lab 페이지 추가 (블로그 마케팅 수익화)
4탭 구성: Dashboard, Research, Write, Posts - BlogMarketing.jsx/css: 키워드 분석, AI 글 생성, 품질 리뷰, 발행 관리 - api.js: blog-marketing API 함수 15개 추가 - routes.jsx + Icons.jsx: Blog Lab 네비게이션 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -91,6 +91,17 @@ export const IconSubscription = () =>
|
||||
</>
|
||||
);
|
||||
|
||||
export const IconBlogMarketing = () =>
|
||||
svg(
|
||||
<>
|
||||
<path d="M4 4h16v16H4z" />
|
||||
<path d="M8 8h8" />
|
||||
<path d="M8 12h5" />
|
||||
<circle cx="17" cy="15" r="2.5" fill="currentColor" strokeWidth="0" />
|
||||
<path d="M15.5 13l3 4" />
|
||||
</>
|
||||
);
|
||||
|
||||
export const IconBuilding = () =>
|
||||
svg(
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user