From 39187c44d3719f50731db8d9c5b3baf55525761e Mon Sep 17 00:00:00 2001 From: Jazee6 Date: Tue, 4 Jun 2024 19:00:29 +0800 Subject: [PATCH] fix: image too large --- components/ChatInput.vue | 20 +++++++++---------- package.json | 2 +- utils/tools.ts | 42 +++++++++++++++++++++++++++++++++++++++- 3 files changed, 52 insertions(+), 12 deletions(-) diff --git a/components/ChatInput.vue b/components/ChatInput.vue index f6f808e..b4ac177 100644 --- a/components/ChatInput.vue +++ b/components/ChatInput.vue @@ -1,5 +1,5 @@