From 10ff891cc39185e0cfe8b50bd29b7dce237853d5 Mon Sep 17 00:00:00 2001 From: Gary <3489015381@qq.com> Date: Sat, 23 Nov 2024 23:30:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90home=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 6 +- components/swiper/community.vue | 41 ++++++++++++++ components/swiper/exercise.vue | 41 ++++++++++++++ components/swiper/puppy_chat.vue | 42 ++++++++++++++ components/swiper/read_center.vue | 42 ++++++++++++++ components/tarbar_home/tarbar_home.vue | 26 ++++----- pages.json | 14 +++++ .../community/community.vue} | 3 +- .../personal_center.vue} | 3 +- pages/homepages/homes/home/home.vue | 52 +++++++++++++----- .../swiper/community/background.png | Bin 0 -> 785899 bytes static/components/swiper/community/button.png | Bin 0 -> 7231 bytes .../components/swiper/exercise/background.png | Bin 0 -> 981202 bytes static/components/swiper/exercise/button.png | Bin 0 -> 7231 bytes .../swiper/puppy_chat/background.png | Bin 0 -> 626373 bytes .../components/swiper/puppy_chat/button.png | Bin 0 -> 7231 bytes static/components/swiper/read/background.png | Bin 0 -> 444626 bytes static/components/swiper/read/button.png | Bin 0 -> 7231 bytes static/homepages/homes/home/css/home.scss | 32 +++++------ static/homepages/homes/home/pictures/dot1.png | Bin 0 -> 11779 bytes static/homepages/homes/home/pictures/dot2.png | Bin 0 -> 11820 bytes static/homepages/homes/home/pictures/dot3.png | Bin 0 -> 11859 bytes static/homepages/homes/home/pictures/dot4.png | Bin 0 -> 11815 bytes 23 files changed, 254 insertions(+), 48 deletions(-) create mode 100644 components/swiper/community.vue create mode 100644 components/swiper/exercise.vue create mode 100644 components/swiper/puppy_chat.vue create mode 100644 components/swiper/read_center.vue rename pages/homepages/{temp/temp.vue => community/community/community.vue} (72%) rename pages/homepages/community/{community.vue => personal_center/personal_center.vue} (64%) create mode 100644 static/components/swiper/community/background.png create mode 100644 static/components/swiper/community/button.png create mode 100644 static/components/swiper/exercise/background.png create mode 100644 static/components/swiper/exercise/button.png create mode 100644 static/components/swiper/puppy_chat/background.png create mode 100644 static/components/swiper/puppy_chat/button.png create mode 100644 static/components/swiper/read/background.png create mode 100644 static/components/swiper/read/button.png create mode 100644 static/homepages/homes/home/pictures/dot1.png create mode 100644 static/homepages/homes/home/pictures/dot2.png create mode 100644 static/homepages/homes/home/pictures/dot3.png create mode 100644 static/homepages/homes/home/pictures/dot4.png diff --git a/App.vue b/App.vue index d7f7df0..a4659ab 100644 --- a/App.vue +++ b/App.vue @@ -6,7 +6,11 @@ + + diff --git a/components/swiper/exercise.vue b/components/swiper/exercise.vue new file mode 100644 index 0000000..a195587 --- /dev/null +++ b/components/swiper/exercise.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/components/swiper/puppy_chat.vue b/components/swiper/puppy_chat.vue new file mode 100644 index 0000000..9250a61 --- /dev/null +++ b/components/swiper/puppy_chat.vue @@ -0,0 +1,42 @@ + + + + + diff --git a/components/swiper/read_center.vue b/components/swiper/read_center.vue new file mode 100644 index 0000000..65c70ab --- /dev/null +++ b/components/swiper/read_center.vue @@ -0,0 +1,42 @@ + + + + + diff --git a/components/tarbar_home/tarbar_home.vue b/components/tarbar_home/tarbar_home.vue index 52d2c36..d64e0b2 100644 --- a/components/tarbar_home/tarbar_home.vue +++ b/components/tarbar_home/tarbar_home.vue @@ -1,6 +1,6 @@