feat: 설정 - 엑셀 데이터 내보내기(백업)
CI / build (push) Successful in 44s

- utils/backup.js: 가계부 전체(내역·계좌·분류·고정지출·예산·태그·자주내역)를
  이름 기준 참조로 .xlsx 다중 시트 생성. xlsx 동적 import(별도 청크)
- 웹/PC=다운로드, 앱(네이티브)=Filesystem 저장 + Share
- SettingsView: '데이터 백업' 카드(엑셀로 내보내기 동작 / 가져오기 버튼=준비중)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-06-28 08:14:19 +09:00
parent 4ffc01f484
commit 457fd8127a
6 changed files with 289 additions and 8 deletions
+6 -1
View File
@@ -700,10 +700,15 @@ onMounted(load)
}
.cta {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.6rem;
justify-content: center;
margin-top: 1.4rem;
}
.cta .btn {
width: 100%;
max-width: 260px;
}
.btn {
padding: 0.6rem 1.4rem;
border: 1px solid var(--color-border);