릴리스: v1.4.4 화면 용어 정리 마무리

This commit is contained in:
2026-04-02 18:20:13 +09:00
parent 31613e4613
commit a733c97991
7 changed files with 14 additions and 7 deletions

View File

@@ -176,7 +176,7 @@ const routeMeta = computed(() => {
}
if (route.name === 'editEditor' || route.name === 'newEditor') {
return {
title: 'Deck Builder',
title: '티어표 만들기',
subtitle: '티어표 편집 및 공유',
contextTitle: '편집 패널',
contextText: '현재 편집 옵션은 중앙 화면 안에 유지되어 있습니다. 다음 단계에서 우측 패널로 정리해갈게요.',
@@ -186,7 +186,7 @@ const routeMeta = computed(() => {
}
if (isAdminRoute.value) {
return {
title: 'Admin Workspace',
title: '관리자 작업실',
subtitle: '템플릿·아이템·회원 관리',
contextTitle: '운영 노트',
contextText: '관리자 화면은 기능이 많아 우선 공통 셸 톤을 맞췄고, 세부 패널은 다음 단계에서 시안 방식으로 더 세밀하게 나눌 예정입니다.',
@@ -237,7 +237,7 @@ const routeMeta = computed(() => {
return {
title: 'Tier Maker',
subtitle: '주제 템플릿으로 만드는 티어표',
contextTitle: 'Workspace',
contextTitle: '작업 공간',
contextText: '현재 화면에 맞는 도구와 안내를 여기에 배치할 수 있습니다.',
actionLabel: '홈으로',
action: () => router.push('/'),

View File

@@ -1655,7 +1655,7 @@ function userAvatarFallback(user) {
<div class="adminWorkspace">
<div class="adminMain">
<header class="adminHero">
<div class="adminHero__eyebrow">Admin Workspace</div>
<div class="adminHero__eyebrow">관리자 작업실</div>
<h2 class="adminHero__title">{{ activeTabTitle }}</h2>
<p class="adminHero__desc">{{ activeTabDescription }}</p>
<div class="adminHero__stats">

View File

@@ -76,8 +76,8 @@ function thumbUrl(g) {
<template>
<section class="pageHead">
<div class="pageHead__main">
<div class="pageHead__eyebrow">Workspace</div>
<h1 class="pageHead__title">Topic Library</h1>
<div class="pageHead__eyebrow">주제</div>
<h1 class="pageHead__title">주제 선택</h1>
<p class="pageHead__desc">자주 쓰는 주제 템플릿을 빠르게 고르고, 필요하면 바로 커스텀 티어표를 시작할 있어요.</p>
<p v-if="query" class="pageHead__searchState">"{{ query }}" 맞는 주제 템플릿만 보고 있어요.</p>
</div>

View File

@@ -68,7 +68,7 @@ function openList(t) {
<template>
<section class="pageHead">
<div class="pageHead__main">
<div class="pageHead__eyebrow">Library</div>
<div class="pageHead__eyebrow">티어표</div>
<h2 class="pageHead__title">나의 티어표</h2>
<div class="pageHead__desc">직접 저장한 티어표를 같은 카드 레이아웃으로 다시 열고 정리할 있어요.</div>
</div>