From 1ca09b74390caaa5c8b6b511822b37e382e400e2 Mon Sep 17 00:00:00 2001 From: ByungCheol Date: Sat, 27 Jun 2026 16:51:29 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=95=B1=EB=AA=85=EC=9D=84=20'?= =?UTF-8?q?=EB=8F=88=EB=8F=BC=EC=A7=80=20=EA=B0=80=EA=B3=84=EB=B6=80'?= =?UTF-8?q?=EB=A1=9C=20=ED=86=B5=EC=9D=BC=20(=EA=B0=80=EA=B3=84=EB=B6=80?= =?UTF-8?q?=20=EC=9D=B8=EC=8B=9D=20+=20=EB=A7=88=EC=8A=A4=EC=BD=94?= =?UTF-8?q?=ED=8A=B8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 헤더·웹안내·홈·약관 서비스명·푸터/설정 저작권·타이틀 → 돈돼지 가계부 - productName/capacitor appName/안드로이드 app_name·창제목/Electron app.setName·window title → 돈돼지 가계부 - 기술 식별자(appId, 설치파일명)는 유지 Co-Authored-By: Claude Opus 4.8 --- android/app/src/main/res/values/strings.xml | 4 ++-- capacitor.config.json | 2 +- electron/main.cjs | 6 +++--- index.html | 2 +- package.json | 2 +- src/components/WebOnlyNotice.vue | 2 +- src/components/layout/AppFooter.vue | 2 +- src/components/layout/AppHeader.vue | 2 +- src/constants/terms.js | 4 ++-- src/views/HomeView.vue | 2 +- src/views/settings/SettingsView.vue | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 8f01d31..e3b25d2 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ - Slim Budget - Slim Budget + 돈돼지 가계부 + 돈돼지 가계부 kr.sblog.slimbudget kr.sblog.slimbudget diff --git a/capacitor.config.json b/capacitor.config.json index 21d4c7e..77ca67f 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -1,6 +1,6 @@ { "appId": "kr.sblog.slimbudget", - "appName": "Slim Budget", + "appName": "돈돼지 가계부", "webDir": "dist", "server": { "cleartext": true diff --git a/electron/main.cjs b/electron/main.cjs index 04e22c5..7ad2be5 100644 --- a/electron/main.cjs +++ b/electron/main.cjs @@ -6,7 +6,7 @@ const fs = require('fs') const path = require('path') // 네이티브 대화상자(alert/confirm) 제목은 app.getName() 을 쓴다 → package.json name('sb_pt') 대신 표기. -app.setName('Slim Budget') +app.setName('돈돼지 가계부') const APP_URL = 'https://app.sblog.kr' @@ -33,7 +33,7 @@ function saveState(win) { // 오프라인/로드 실패 시 안내 화면 (다시 시도 버튼) function offlineHtml() { - const html = `Slim Budget + const html = `돈돼지 가계부