- 헤더·웹안내·홈·약관 서비스명·푸터/설정 저작권·타이틀 → 돈돼지 가계부 - productName/capacitor appName/안드로이드 app_name·창제목/Electron app.setName·window title → 돈돼지 가계부 - 기술 식별자(appId, 설치파일명)는 유지 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ const mobileReady = false
|
||||
<template>
|
||||
<main class="web-only">
|
||||
<div class="card">
|
||||
<h1 class="brand">Slim Budget</h1>
|
||||
<h1 class="brand">돈돼지 가계부</h1>
|
||||
<p class="tagline">슬림하게 관리하는 가계부 · 자산 · 예산</p>
|
||||
|
||||
<div class="notice">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<template>
|
||||
<footer class="app-footer">
|
||||
<span>© 2026 SlimBudget. All rights reserved.</span>
|
||||
<span>© 2026 돈돼지 가계부. All rights reserved.</span>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ async function handleLogout() {
|
||||
</button>
|
||||
<RouterLink to="/" class="brand">
|
||||
<img class="brand-mark" src="/logo-piggy.png" alt="" aria-hidden="true" />
|
||||
<span class="brand-text">SlimBudget</span>
|
||||
<span class="brand-text">돈돼지 가계부</span>
|
||||
</RouterLink>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// 회원가입 약관 본문. 모달에서 '전문 보기'로 노출.
|
||||
// 서비스명: Slim Budget (가계부·자산·예산 관리)
|
||||
// 서비스명: 돈돼지 가계부 (가계부·자산·예산 관리)
|
||||
|
||||
export const SERVICE_NAME = 'Slim Budget'
|
||||
export const SERVICE_NAME = '돈돼지 가계부'
|
||||
|
||||
export const TERMS_OF_SERVICE = `제1조 (목적)
|
||||
이 약관은 ${SERVICE_NAME}(이하 "서비스")가 제공하는 가계부·자산·예산 관리 서비스의 이용과 관련하여 서비스와 회원 간의 권리, 의무 및 책임사항을 규정함을 목적으로 합니다.
|
||||
|
||||
@@ -292,7 +292,7 @@ onMounted(load)
|
||||
<template v-else>
|
||||
<div class="landing">
|
||||
<div class="hero-card">
|
||||
<h1 class="brand">Slim Budget</h1>
|
||||
<h1 class="brand">돈돼지 가계부</h1>
|
||||
<p class="tagline">슬림하게 관리하는 가계부 · 자산 · 예산</p>
|
||||
<div class="cta">
|
||||
<button type="button" class="btn primary" @click="ui.openLogin('/account')">로그인</button>
|
||||
|
||||
@@ -64,7 +64,7 @@ async function clearAppData() {
|
||||
</button>
|
||||
</section>
|
||||
|
||||
<p class="copyright">© 2026 SlimBudget. All rights reserved.</p>
|
||||
<p class="copyright">© 2026 돈돼지 가계부. All rights reserved.</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user