From 7acd2163fbed0dcfee582dac94c8b6cd6dd1e8a5 Mon Sep 17 00:00:00 2001 From: ByungCheol Date: Wed, 3 Jun 2026 18:07:01 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=98=81=EC=88=98=EC=A6=9D=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=20=EB=B0=A9=EC=8B=9D=20=EC=84=A0=ED=83=9D=EC=9D=84=20?= =?UTF-8?q?=EC=BB=A4=EC=8A=A4=ED=85=80=20=EB=A0=88=EC=9D=B4=EC=96=B4=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - OS 기본 프롬프트 대신 앱 톤의 모달(카메라 촬영 / 갤러리에서 선택 카드) - 네이티브: CameraSource.Camera / Photos 직접 호출, 웹: file input(capture 토글) 폴백 Co-Authored-By: Claude Opus 4.8 --- src/views/account/AccountView.vue | 120 +++++++++++++++++++++++++----- 1 file changed, 102 insertions(+), 18 deletions(-) diff --git a/src/views/account/AccountView.vue b/src/views/account/AccountView.vue index 06dd23b..81ba482 100644 --- a/src/views/account/AccountView.vue +++ b/src/views/account/AccountView.vue @@ -1,5 +1,5 @@