From e72d6b1b9fc7afe22bf3f54f76ec7ee38eecae07 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 27 Nov 2025 17:17:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=A1=A5=E5=85=85=E9=81=97?= =?UTF-8?q?=E6=BC=8F=E6=96=87=E6=9C=AC=EF=BC=8C=E8=B0=83=E6=95=B4=E4=BA=A4?= =?UTF-8?q?=E4=BA=92=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app/t-sidebar.vue | 4 +++- src/components/app/to-switchAc.vue | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/app/t-sidebar.vue b/src/components/app/t-sidebar.vue index 32ae8725..635586fd 100644 --- a/src/components/app/t-sidebar.vue +++ b/src/components/app/t-sidebar.vue @@ -237,7 +237,9 @@ prepend-icon="mdi-account-switch" v-if="isLogin" :disabled="isTryLogin" - /> + > + 切换账号 + { await userStore.switchGameAccount(game.gameUid); showSnackbar.success(`成功切换到用户${uid.value}的游戏UID${game.gameUid}`); await TGLogger.Info(`[ToSwitchAc] 切换到用户${uid.value}的游戏UID${game.gameUid}成功`); + visible.value = false; } }