From cb52d8340f66f646a5845cae6b97498e4ba0a85b Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 8 Feb 2026 14:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=EF=BC=9A=E9=92=B1=E5=8C=85?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 55 +++++-- src/router/index.ts | 6 + src/stores/user.ts | 4 +- src/views/Wallet.vue | 331 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 385 insertions(+), 11 deletions(-) create mode 100644 src/views/Wallet.vue diff --git a/src/App.vue b/src/App.vue index f03cc83..08b305b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,25 +14,46 @@ const currentRoute = computed(() => {