feat: xavis ai_platform 기능 이전 및 ncue 환경 전환
xavis 소스·DB 스키마·활용사례/F-Scan/프롬프트 라이브러리 등 기능 반영. @xavis.co.kr → @ncue.net, 관리자 토큰 ncue-admin, 런타임 data/ Git 추적 제외. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<%- include('partials/favicon') %>
|
||||
<title>AI 성공 사례 - XAVIS</title>
|
||||
<title>AI 활용 사례 - XAVIS</title>
|
||||
<link rel="stylesheet" href="/public/styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -16,12 +16,22 @@
|
||||
<%- include('partials/nav', { activeMenu: 'ai-cases' }) %>
|
||||
<div class="content-area">
|
||||
<header class="topbar">
|
||||
<h1>AI 성공 사례</h1>
|
||||
<% if (typeof adminMode !== 'undefined' && adminMode) { %>
|
||||
<a class="top-action-link" href="/ai-cases/write">사례 등록·관리</a>
|
||||
<% } %>
|
||||
<h1>AI 활용 사례</h1>
|
||||
<div class="topbar-actions">
|
||||
<% if (typeof canComposeUseCase !== 'undefined' && canComposeUseCase) { %>
|
||||
<a class="top-action-link" href="/ai-cases/compose" title="글쓰기"
|
||||
><span class="top-action-icon" aria-hidden="true">✎</span> 글쓰기</a
|
||||
>
|
||||
<% } %>
|
||||
<% if (typeof adminMode !== 'undefined' && adminMode) { %>
|
||||
<a class="top-action-link" href="/ai-cases/write">사례 등록·관리</a>
|
||||
<% } %>
|
||||
</div>
|
||||
</header>
|
||||
<main class="container">
|
||||
<% if (typeof submittedOk !== 'undefined' && submittedOk) { %>
|
||||
<p class="form-message" style="margin-bottom: 12px; color: #047857">제출이 저장되었습니다.</p>
|
||||
<% } %>
|
||||
<% if (typeof successStoryDetailAllowed !== 'undefined' && !successStoryDetailAllowed) { %>
|
||||
<p class="chat-api-warning" style="margin-bottom: 16px">
|
||||
로그인 후 이용 가능합니다.
|
||||
|
||||
Reference in New Issue
Block a user