- /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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user