From a05ed12541a37fa35591090a37c7cd983d3776ca Mon Sep 17 00:00:00 2001 From: kron Date: Mon, 12 Jan 2026 16:21:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=96=B0=E7=9A=84=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AppFooter.vue | 131 ++++++++++++++++++++--------------- src/components/Container.vue | 13 +--- src/pages/index.vue | 75 +++++++++++++++----- src/static/tab-bg.png | Bin 7451 -> 0 bytes src/static/tab-home-o.png | Bin 0 -> 517 bytes src/static/tab-home.png | Bin 0 -> 665 bytes src/static/tab-mall-o.png | Bin 0 -> 555 bytes src/static/tab-mall.png | Bin 3155 -> 650 bytes src/static/tab-medal-o.png | Bin 0 -> 644 bytes src/static/tab-medal.png | Bin 0 -> 1153 bytes 10 files changed, 135 insertions(+), 84 deletions(-) delete mode 100644 src/static/tab-bg.png create mode 100644 src/static/tab-home-o.png create mode 100644 src/static/tab-home.png create mode 100644 src/static/tab-mall-o.png create mode 100644 src/static/tab-medal-o.png create mode 100644 src/static/tab-medal.png diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue index 3a44260..a5fe5bc 100644 --- a/src/components/AppFooter.vue +++ b/src/components/AppFooter.vue @@ -1,83 +1,106 @@ diff --git a/src/components/Container.vue b/src/components/Container.vue index 98fed85..c96e28d 100644 --- a/src/components/Container.vue +++ b/src/components/Container.vue @@ -25,10 +25,6 @@ const props = defineProps({ type: Boolean, default: true, }, - isHome: { - type: Boolean, - default: false, - }, showBackToGame: { type: Boolean, default: false, @@ -142,12 +138,7 @@ const goCalibration = async () => {