From 012a02751c555701305ce04e244f00f9c1b00a90 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 31 Mar 2024 00:38:13 +0800 Subject: [PATCH] :sparkles: Channel establish --- .../chat/channels/ChannelDeletion.vue | 61 +++++++++++++++ .../chat/channels/ChannelEditor.vue | 77 +++++++++++++++++++ src/components/chat/channels/ChannelList.vue | 42 ++++++++++ src/components/chat/channels/ChannelTools.vue | 16 ++++ src/components/realms/RealmDeletion.vue | 2 +- src/components/realms/RealmList.vue | 22 +++--- src/components/realms/RealmTools.vue | 4 +- src/index.vue | 5 ++ src/layouts/master.vue | 26 ++++--- src/layouts/plaza.vue | 4 +- src/stores/channels.ts | 4 +- src/stores/realms.ts | 4 +- 12 files changed, 238 insertions(+), 29 deletions(-) create mode 100644 src/components/chat/channels/ChannelDeletion.vue create mode 100644 src/components/chat/channels/ChannelEditor.vue create mode 100644 src/components/chat/channels/ChannelList.vue create mode 100644 src/components/chat/channels/ChannelTools.vue diff --git a/src/components/chat/channels/ChannelDeletion.vue b/src/components/chat/channels/ChannelDeletion.vue new file mode 100644 index 0000000..48c55d1 --- /dev/null +++ b/src/components/chat/channels/ChannelDeletion.vue @@ -0,0 +1,61 @@ + + + diff --git a/src/components/chat/channels/ChannelEditor.vue b/src/components/chat/channels/ChannelEditor.vue new file mode 100644 index 0000000..5c259d2 --- /dev/null +++ b/src/components/chat/channels/ChannelEditor.vue @@ -0,0 +1,77 @@ + + + diff --git a/src/components/chat/channels/ChannelList.vue b/src/components/chat/channels/ChannelList.vue new file mode 100644 index 0000000..54e796a --- /dev/null +++ b/src/components/chat/channels/ChannelList.vue @@ -0,0 +1,42 @@ + + + diff --git a/src/components/chat/channels/ChannelTools.vue b/src/components/chat/channels/ChannelTools.vue new file mode 100644 index 0000000..d8f2724 --- /dev/null +++ b/src/components/chat/channels/ChannelTools.vue @@ -0,0 +1,16 @@ + + + diff --git a/src/components/realms/RealmDeletion.vue b/src/components/realms/RealmDeletion.vue index 895c863..89a0c92 100644 --- a/src/components/realms/RealmDeletion.vue +++ b/src/components/realms/RealmDeletion.vue @@ -3,7 +3,7 @@