From 48223e99c2bdfcce4b8761fa5a5d6bd1b0751b8d Mon Sep 17 00:00:00 2001 From: YH Date: Sat, 27 Sep 2025 12:19:41 +0900 Subject: [PATCH] =?UTF-8?q?final=20=EC=96=B4=ED=9D=A5=EC=BD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/Navbar.vue | 6 +- app/pages/community/index.vue | 31 +++++++++- app/pages/credit/_api/types/CreditResponse.ts | 3 + app/pages/credit/creditStore.vue | 60 ++++++++++++++++++- app/utils/api.ts | 2 +- 5 files changed, 95 insertions(+), 7 deletions(-) create mode 100644 app/pages/credit/_api/types/CreditResponse.ts diff --git a/app/components/Navbar.vue b/app/components/Navbar.vue index 7913c14..60fa0c3 100644 --- a/app/components/Navbar.vue +++ b/app/components/Navbar.vue @@ -1,5 +1,7 @@ -