From 4c98358b8708be436835863975278bf56518b916 Mon Sep 17 00:00:00 2001 From: hyoseung Date: Fri, 29 May 2026 12:03:09 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20JRPG=20UI=20redesign=20(=ED=99=98?= =?UTF-8?q?=EC=84=B8=EC=B7=A8=ED=98=B8=EC=A0=84=20style),=20localStorage?= =?UTF-8?q?=20history=20persist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 + src/views/GameView.vue | 748 ++++++++++++++++++++++++++++++----------- 2 files changed, 557 insertions(+), 193 deletions(-) diff --git a/src/App.vue b/src/App.vue index bab3651..1791001 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,12 +13,14 @@ html, body { margin: 0; padding: 0; height: 100%; + overflow: hidden; background: #0a0a0f; color: #e0d0ff; } #app { height: 100vh; + overflow: hidden; display: flex; flex-direction: column; } diff --git a/src/views/GameView.vue b/src/views/GameView.vue index 2f21da4..b36eece 100644 --- a/src/views/GameView.vue +++ b/src/views/GameView.vue @@ -1,52 +1,86 @@