From 0797452ea411dc83f6382fb26fff3a047f53ee02 Mon Sep 17 00:00:00 2001 From: yml2213 Date: Fri, 29 May 2026 20:17:24 +0800 Subject: [PATCH] =?UTF-8?q?pc=E7=89=88=E6=9C=AC=E5=A2=9E=E5=8A=A0=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layouts/AppLayout.vue | 98 +++- frontend/src/router/accountRoutes.ts | 6 + frontend/src/views/account/ProfileView.vue | 512 +++++++++++++++++++ frontend/src/views/account/RealnameView.vue | 526 +++++++++++++++++++- 4 files changed, 1119 insertions(+), 23 deletions(-) create mode 100644 frontend/src/views/account/ProfileView.vue diff --git a/frontend/src/layouts/AppLayout.vue b/frontend/src/layouts/AppLayout.vue index cd3064f..761da2d 100644 --- a/frontend/src/layouts/AppLayout.vue +++ b/frontend/src/layouts/AppLayout.vue @@ -1,11 +1,13 @@ + + + + diff --git a/frontend/src/views/account/RealnameView.vue b/frontend/src/views/account/RealnameView.vue index d80c33d..b199d1a 100644 --- a/frontend/src/views/account/RealnameView.vue +++ b/frontend/src/views/account/RealnameView.vue @@ -1,6 +1,16 @@ + +