fix: [rd] 디자인 인사이트 'SAM ERP' → 'SAM' 용어 수정
This commit is contained in:
@@ -1296,7 +1296,7 @@
|
||||
<div>
|
||||
<div class="di-help-section">
|
||||
<h4><i class="ri-palette-line"></i> 디자인 인사이트란?</h4>
|
||||
<p>SAM ERP 화면을 만들 때 참고할 <strong>UI/UX 디자인 레퍼런스를 수집하고, 분석하고, 패턴으로 축적</strong>하는 연구 도구입니다. 외부 서비스(Dribbble, Mobbin 등)나 기존 SAM 화면의 스크린샷을 캡처하여 인사이트를 기록하고, 팀과 공유할 수 있습니다.</p>
|
||||
<p>SAM 화면을 만들 때 참고할 <strong>UI/UX 디자인 레퍼런스를 수집하고, 분석하고, 패턴으로 축적</strong>하는 연구 도구입니다. 외부 서비스(Dribbble, Mobbin 등)나 기존 SAM 화면의 스크린샷을 캡처하여 인사이트를 기록하고, 팀과 공유할 수 있습니다.</p>
|
||||
</div>
|
||||
<div class="di-help-section">
|
||||
<h4><i class="ri-lightbulb-line"></i> 핵심 가치</h4>
|
||||
@@ -1383,7 +1383,7 @@
|
||||
<div class="h-icon" style="background: #f1f5f9;">📝</div>
|
||||
<div class="h-body">
|
||||
<div class="h-title">프로젝트 제목 (입력 필드)</div>
|
||||
<div class="h-desc">현재 프로젝트의 이름입니다. 클릭하여 직접 수정할 수 있습니다. 예: "SAM ERP v2 디자인 연구"</div>
|
||||
<div class="h-desc">현재 프로젝트의 이름입니다. 클릭하여 직접 수정할 수 있습니다. 예: "SAM v2 디자인 연구"</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="di-help-item">
|
||||
@@ -1819,7 +1819,7 @@ function designInsight() {
|
||||
createDefaultProject() {
|
||||
const proj = {
|
||||
id: 'diproj_' + Date.now(),
|
||||
title: 'SAM ERP 디자인 연구',
|
||||
title: 'SAM 디자인 연구',
|
||||
description: '',
|
||||
cards: [],
|
||||
createdAt: new Date().toISOString(),
|
||||
|
||||
Reference in New Issue
Block a user