diff --git a/ops-auth.js b/ops-auth.js index faafe5e..77df335 100644 --- a/ops-auth.js +++ b/ops-auth.js @@ -343,7 +343,7 @@ function buildMagicLinkEmailHtml(linkUrl, linkMinutes) {
-© XAVIS · 본 메일은 시스템에 의해 자동 발송되었습니다.
+© NCue · 본 메일은 시스템에 의해 자동 발송되었습니다.
@@ -401,7 +401,7 @@ async function sendMagicLinkEmail(to, linkUrl) { await transporter.sendMail({ from, to, - subject: "[인증] XAVIS AI Platform 인증 링크", + subject: "[인증] NCue AI Platform 인증 링크", text: textBody, html: htmlBody, }); diff --git a/public/favicon.ico b/public/favicon.ico index eca3cd0..06c0543 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/images/ncue-favicon.png b/public/images/ncue-favicon.png new file mode 100644 index 0000000..367d3df Binary files /dev/null and b/public/images/ncue-favicon.png differ diff --git a/public/images/ncue-logo.png b/public/images/ncue-logo.png new file mode 100644 index 0000000..28d5f32 Binary files /dev/null and b/public/images/ncue-logo.png differ diff --git a/public/images/xavis-logo.png b/public/images/xavis-logo.png deleted file mode 100644 index 074f471..0000000 Binary files a/public/images/xavis-logo.png and /dev/null differ diff --git a/public/resources/fscan/fscan-selector-v1.html b/public/resources/fscan/fscan-selector-v1.html index 91d4b2f..eba0753 100644 --- a/public/resources/fscan/fscan-selector-v1.html +++ b/public/resources/fscan/fscan-selector-v1.html @@ -122,7 +122,7 @@ body { font-family: 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif; backgrou
+
검사 대상물의 H · W 치수를 입력하여 적합한 모델을 선정합니다
diff --git a/public/styles.css b/public/styles.css index ef87e75..f5fd704 100644 --- a/public/styles.css +++ b/public/styles.css @@ -64,9 +64,9 @@ body { margin: 0 auto; } -/* 상단 XAVIS 로고: 기본(168px) 대비 약 50% */ -.logo-img-xavis { - max-width: 84px; +/* 상단 NCue 로고 (가로형) */ +.logo-img-ncue { + max-width: 168px; } .logo-img-aiplatform { diff --git a/server.js b/server.js index 1f43d81..3f59480 100644 --- a/server.js +++ b/server.js @@ -2643,7 +2643,7 @@ app.post("/api/ax-apply", (req, res, next) => { }); const SYSTEM_PROMPT = [ - "당신은 자비스(XAVIS) 플랫폼의 도우미입니다. 친절하고 정확하게 답변해주세요.", + "당신은 NCue AI 플랫폼의 도우미입니다. 친절하고 정확하게 답변해주세요.", "", "웹 검색이나 제공된 검색 결과를 쓸 수 있으면 여러 출처를 종합해 답하세요.", "회사·조직의 주소·위치·소재지·오시는 길 등을 묻는 질문에는 본사(또는 등기·공시상 대표 주소)뿐 아니라, 검색·자료에 나오면 공장·연구소·지사·지역 거점 등 주요 부속 시설을 구분해 짧게 정리해 포함하세요. 정보가 본사만 확인되는 경우에도 그 한계를 짧게 밝히고, 추가 거점이 공개되어 있으면 빠짐없이 반영하세요.", diff --git a/views/admin-users.ejs b/views/admin-users.ejs index 617d29c..6a18512 100644 --- a/views/admin-users.ejs +++ b/views/admin-users.ejs @@ -4,7 +4,7 @@ <%- include('partials/favicon') %> -