From 50db7e53400b748a98a555a6298a1f977b300e20 Mon Sep 17 00:00:00 2001 From: orzi <1063614727@qq.com> Date: Tue, 17 Mar 2026 18:05:17 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=95=B4=E5=90=88=E7=BB=84=E4=BB=B6=202.?= =?UTF-8?q?=20=E5=B0=81=E8=A3=85=E9=87=8D=E5=A4=8D=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/contact-item.vue | 168 ------------------ .../{follow-item.vue => user-card.vue} | 69 +++---- web/src/views/Contacts.vue | 48 ++--- web/src/views/Following.vue | 19 +- web/src/views/Messages.vue | 108 +++++------ 5 files changed, 105 insertions(+), 307 deletions(-) delete mode 100644 web/src/components/contact-item.vue rename web/src/components/{follow-item.vue => user-card.vue} (84%) diff --git a/web/src/components/contact-item.vue b/web/src/components/contact-item.vue deleted file mode 100644 index a8bb7c11..00000000 --- a/web/src/components/contact-item.vue +++ /dev/null @@ -1,168 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/src/components/follow-item.vue b/web/src/components/user-card.vue similarity index 84% rename from web/src/components/follow-item.vue rename to web/src/components/user-card.vue index e768d5a7..10bd12c2 100644 --- a/web/src/components/follow-item.vue +++ b/web/src/components/user-card.vue @@ -1,5 +1,5 @@