From b7d87f0ae277e1c35d11d554498bf9f22adf6bca Mon Sep 17 00:00:00 2001 From: kron Date: Mon, 7 Jul 2025 01:12:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=92=E4=BD=8D=E7=9B=B8?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Avatar.vue | 8 ++++++-- src/components/UserHeader.vue | 6 +++--- src/store.js | 7 +++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/components/Avatar.vue b/src/components/Avatar.vue index 0c888e7..08384ea 100644 --- a/src/components/Avatar.vue +++ b/src/components/Avatar.vue @@ -4,6 +4,10 @@ defineProps({ type: String, default: "", }, + frameSrc: { + type: String, + default: "", + }, onClick: { type: Function, default: () => {}, @@ -30,8 +34,8 @@ defineProps({