From e6b658f8211654ab5be3d3e85ceea93ecd866ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E6=B1=89?= <5725748+qin_and_han_dynasties@user.noreply.gitee.com> Date: Thu, 7 May 2026 22:34:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=B8=AA=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E7=9A=84=E9=BC=A0=E6=A0=87=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build_God_Game/src/App.vue | 3 + .../src/components/GooeyNav/GooeyNav.vue | 20 +- .../src/components/TextCursor/TextCursor.vue | 188 ++++++++++++++++++ Build_God_Game/src/views/CatalogView.vue | 27 +-- Build_God_Game/src/views/GameView.vue | 4 +- 5 files changed, 212 insertions(+), 30 deletions(-) create mode 100644 Build_God_Game/src/components/TextCursor/TextCursor.vue diff --git a/Build_God_Game/src/App.vue b/Build_God_Game/src/App.vue index c048298..ce6910f 100644 --- a/Build_God_Game/src/App.vue +++ b/Build_God_Game/src/App.vue @@ -1,6 +1,9 @@ diff --git a/Build_God_Game/src/components/GooeyNav/GooeyNav.vue b/Build_God_Game/src/components/GooeyNav/GooeyNav.vue index e898c0f..67d4a3f 100644 --- a/Build_God_Game/src/components/GooeyNav/GooeyNav.vue +++ b/Build_God_Game/src/components/GooeyNav/GooeyNav.vue @@ -1,5 +1,5 @@