From b718dc293e14a169576b62a34f6d77d9ca574a78 Mon Sep 17 00:00:00 2001 From: Frankie Huang Date: Sun, 20 Apr 2025 01:45:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=9E=E7=8E=B0=E5=A2=9E=E5=88=A0?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=92=8C=E6=96=87=E4=BB=B6=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/{jQuery => jquery}/jquery.min.js | 0 src/App.vue | 177 +++++------ src/components/LeftSidebar.vue | 281 ++++++++++++++++++ 3 files changed, 362 insertions(+), 96 deletions(-) rename public/static/{jQuery => jquery}/jquery.min.js (100%) create mode 100644 src/components/LeftSidebar.vue diff --git a/public/static/jQuery/jquery.min.js b/public/static/jquery/jquery.min.js similarity index 100% rename from public/static/jQuery/jquery.min.js rename to public/static/jquery/jquery.min.js diff --git a/src/App.vue b/src/App.vue index d2dc268..c9d1739 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,35 @@ + + - -