From 73b1e376a372fda2e7358dee2cd4df55b9bf3cfc Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 31 Mar 2024 01:06:06 +0800 Subject: [PATCH] :sparkles: Channel manage --- src/components/NotificationList.vue | 2 +- .../chat/channels/ChannelAction.vue | 36 +++++++++++++++++++ src/components/realms/RealmAction.vue | 2 +- src/layouts/chat.vue | 17 ++++++++- src/stores/userinfo.ts | 16 ++++++++- src/views/chat/page.vue | 12 ++++--- src/views/realms/page.vue | 2 ++ 7 files changed, 79 insertions(+), 8 deletions(-) create mode 100644 src/components/chat/channels/ChannelAction.vue diff --git a/src/components/NotificationList.vue b/src/components/NotificationList.vue index b03051e..75fe365 100644 --- a/src/components/NotificationList.vue +++ b/src/components/NotificationList.vue @@ -1,7 +1,7 @@