From e5828713cfc3a35ba4ed81ff480a40d118effb0f Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 23 Mar 2025 22:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf:=20improve=20ChatPage=20and?= =?UTF-8?q?=20ConfigPage=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/shared/AstrBotConfig.vue | 363 +++++++--- dashboard/src/views/ChatPage.vue | 646 ++++++++++++++---- 2 files changed, 794 insertions(+), 215 deletions(-) diff --git a/dashboard/src/components/shared/AstrBotConfig.vue b/dashboard/src/components/shared/AstrBotConfig.vue index 2796f95da..e9d8e667b 100644 --- a/dashboard/src/components/shared/AstrBotConfig.vue +++ b/dashboard/src/components/shared/AstrBotConfig.vue @@ -1,141 +1,207 @@ @@ -153,4 +219,125 @@ export default { metadataKey: String } } - \ No newline at end of file + + + \ No newline at end of file diff --git a/dashboard/src/views/ChatPage.vue b/dashboard/src/views/ChatPage.vue index 8f412cecb..346dde075 100644 --- a/dashboard/src/views/ChatPage.vue +++ b/dashboard/src/views/ChatPage.vue @@ -8,164 +8,181 @@ marked.setOptions({ + \ No newline at end of file