From ba12b416bff2b409f44743b28463addc705de92e Mon Sep 17 00:00:00 2001 From: CoderSerio <2779066456@qq.com> Date: Wed, 26 Jun 2024 14:14:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20enhanced=20compatibility=20with=20mobil?= =?UTF-8?q?e=20devices=20=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/App.vue | 1 + doc/src/components/sideMenu/SideMenu.vue | 5 +- doc/src/pages/home/Home.vue | 88 ++++++++++++++++++------ doc/src/pages/playground/Playground.vue | 65 ++++++++--------- 4 files changed, 105 insertions(+), 54 deletions(-) diff --git a/doc/src/App.vue b/doc/src/App.vue index 88eabeb..1de467b 100644 --- a/doc/src/App.vue +++ b/doc/src/App.vue @@ -13,6 +13,7 @@ import Navbar from "./components/navbar/Navbar.vue";