feat: 앱명을 '돈돼지 가계부'로 통일 (가계부 인식 + 마스코트)
CI / build (push) Failing after 11m38s

- 헤더·웹안내·홈·약관 서비스명·푸터/설정 저작권·타이틀 → 돈돼지 가계부
- 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:
ByungCheol
2026-06-27 16:51:29 +09:00
parent 4ef5850613
commit 1ca09b7439
11 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -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 = `<!doctype html><html><head><meta charset="utf-8"><title>Slim Budget</title>
const html = `<!doctype html><html><head><meta charset="utf-8"><title>돈돼지 가계부</title>
<style>html,body{height:100%;margin:0;display:flex;align-items:center;justify-content:center;
background:#1a1a1a;color:#eee;font-family:system-ui,'Segoe UI',sans-serif}
.box{text-align:center}h2{margin:0 0 8px}p{opacity:.7;margin:0}
@@ -54,7 +54,7 @@ function createWindow() {
minWidth: 360,
minHeight: 560,
backgroundColor: '#1a1a1a',
title: 'Slim Budget',
title: '돈돼지 가계부',
webPreferences: {
contextIsolation: true,
nodeIntegration: false,