feat: 계정삭제 안내 페이지 + 카드알림(알림접근) 첫 출시 비활성화
CI / build (push) Failing after 13m7s

- /account-deletion 공개 페이지(웹 접근) — Play 데이터 삭제 정책 URL, 웹 안내 하단 링크
- CARD_NOTIF_ENABLED=false: 카드알림 자동인식 UI 숨김
- AndroidManifest: CardNotifListenerService 선언 주석 처리(알림접근 정책 회피)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-06-28 18:43:22 +09:00
parent 4838eba9af
commit e8d3549f02
6 changed files with 126 additions and 2 deletions
+7
View File
@@ -45,6 +45,13 @@ const router = createRouter({
component: () => import('../views/LegalView.vue'),
meta: { public: true, doc: 'terms' },
},
{
// 계정·데이터 삭제 안내 (공개 — 앱 마켓 데이터 삭제 정책 URL)
path: '/account-deletion',
name: 'account-deletion',
component: () => import('../views/AccountDeletionView.vue'),
meta: { public: true },
},
{
path: '/users',
name: 'users',