From 6c7d1ce128eacefb8768f1f8b0dada6c646d09c9 Mon Sep 17 00:00:00 2001 From: Azure <983547216@qq.com> Date: Tue, 23 Jun 2026 11:12:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=88=BF=E9=97=B4?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E4=BF=A1=E6=81=AF=E6=A0=8F=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/game/components/RoomTopBar.vue | 161 +++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 src/views/game/components/RoomTopBar.vue diff --git a/src/views/game/components/RoomTopBar.vue b/src/views/game/components/RoomTopBar.vue new file mode 100644 index 0000000..147a098 --- /dev/null +++ b/src/views/game/components/RoomTopBar.vue @@ -0,0 +1,161 @@ + + + + ← + 大厅 + + + + {{ store.gameIcon }} + {{ store.gameName }} + · + {{ store.mode }} + · + 底注 {{ store.stakes }} + + + + {{ store.roomName }} + + {{ statusLabel }} + + + + + + + +