From 9c6964597e7809171189d3200ad9f4131bdfb7cb Mon Sep 17 00:00:00 2001 From: kron Date: Tue, 17 Jun 2025 16:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=87=BA=E6=88=BF=E9=97=B4=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Container.vue | 6 ++++- src/components/Header.vue | 15 ++++++++--- src/pages/battle-room.vue | 48 +++++++++++++++++++++++++++++++++--- 3 files changed, 61 insertions(+), 8 deletions(-) diff --git a/src/components/Container.vue b/src/components/Container.vue index 059f51e..3a32b0c 100644 --- a/src/components/Container.vue +++ b/src/components/Container.vue @@ -11,6 +11,10 @@ defineProps({ type: Number, default: 0, }, + onBack: { + type: Function, + default: null, + }, }); const isIos = ref(true); onMounted(() => { @@ -22,7 +26,7 @@ onMounted(() => {