From d7663a175bcd10e5cd3c4ec0f72c5b0a981cf842 Mon Sep 17 00:00:00 2001 From: Wisdom Date: Wed, 31 Jul 2024 15:33:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A6=20fix:=20support=20ios=20viewport?= =?UTF-8?q?=20height=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- src/components/Layout/SlotFrame.vue | 3 ++- src/components/MarkdownPreview/index.vue | 8 ++++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 1306f44..4696234 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,9 @@ - + - + MVP Vue3 大模型单轮 AI 对话 diff --git a/src/components/Layout/SlotFrame.vue b/src/components/Layout/SlotFrame.vue index 0d64036..2a45ec6 100644 --- a/src/components/Layout/SlotFrame.vue +++ b/src/components/Layout/SlotFrame.vue @@ -28,7 +28,8 @@ defineOptions({