From c5230c08dc7cc34d63e2d0e067ac030cafb0e5f1 Mon Sep 17 00:00:00 2001 From: Gary <3489015381@qq.com> Date: Fri, 22 Nov 2024 10:34:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E9=A6=96=E9=A1=B5=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 14 +- components/dictionary/dictionary.vue | 60 +++++ .../my_exercise_plan/my_exercise_plan.vue | 60 +++++ components/my_recipe_plan/my_recipe_plan.vue | 60 +++++ components/read/read.vue | 60 +++++ components/tarbar_home/tarbar_home.vue | 8 +- pages.json | 109 ++++---- pages/homepages/homes/home/home.vue | 54 +++- .../homes/my_recipe_plan/my_recipe_plan.vue | 17 ++ pages/homepages/temp/temp.vue | 18 ++ pages/login/account_login/account_login.vue | 251 ++---------------- pages/login/register/register.vue | 220 ++++----------- .../dictionary/pictures/background.png | Bin 0 -> 468668 bytes .../components/dictionary/pictures/button.png | Bin 0 -> 3074 bytes .../my_exercise_plan/pictures/background.png | Bin 0 -> 498313 bytes .../pictures/text_and_button.png | Bin 0 -> 8294 bytes .../my_recipe_plan/pictures/background.png | Bin 0 -> 555290 bytes .../pictures/text_and_button.png | Bin 0 -> 8294 bytes .../components/read/pictures/background.png | Bin 0 -> 486098 bytes static/components/read/pictures/button.png | Bin 0 -> 3074 bytes static/homepages/homes/home/css/home.scss | 179 +++++++++++++ .../homes/home/pictures/home_text.png | Bin 0 -> 299386 bytes static/homepages/homes/home/pictures/line.png | Bin 0 -> 171 bytes .../homepages/homes/home/pictures/puppy.png | Bin 0 -> 632314 bytes .../homes/home/pictures/read_text.png | Bin 0 -> 5120 bytes .../homes/home/pictures/recipe_area.png | Bin 0 -> 7158 bytes .../homes/home/pictures/sport_text.png | Bin 0 -> 6622 bytes .../homes/home/pictures/swipe_dot.png | Bin 0 -> 14456 bytes .../account_login/css/acccount_login.scss | 221 +++++++++++++++ static/login/register/css/register.scss | 153 +++++++++++ .../dist/cache/.vite/deps/_metadata.json | 8 +- 31 files changed, 1038 insertions(+), 454 deletions(-) create mode 100644 components/dictionary/dictionary.vue create mode 100644 components/my_exercise_plan/my_exercise_plan.vue create mode 100644 components/my_recipe_plan/my_recipe_plan.vue create mode 100644 components/read/read.vue create mode 100644 pages/homepages/homes/my_recipe_plan/my_recipe_plan.vue create mode 100644 pages/homepages/temp/temp.vue create mode 100644 static/components/dictionary/pictures/background.png create mode 100644 static/components/dictionary/pictures/button.png create mode 100644 static/components/my_exercise_plan/pictures/background.png create mode 100644 static/components/my_exercise_plan/pictures/text_and_button.png create mode 100644 static/components/my_recipe_plan/pictures/background.png create mode 100644 static/components/my_recipe_plan/pictures/text_and_button.png create mode 100644 static/components/read/pictures/background.png create mode 100644 static/components/read/pictures/button.png create mode 100644 static/homepages/homes/home/css/home.scss create mode 100644 static/homepages/homes/home/pictures/home_text.png create mode 100644 static/homepages/homes/home/pictures/line.png create mode 100644 static/homepages/homes/home/pictures/puppy.png create mode 100644 static/homepages/homes/home/pictures/read_text.png create mode 100644 static/homepages/homes/home/pictures/recipe_area.png create mode 100644 static/homepages/homes/home/pictures/sport_text.png create mode 100644 static/homepages/homes/home/pictures/swipe_dot.png create mode 100644 static/login/account_login/css/acccount_login.scss create mode 100644 static/login/register/css/register.scss diff --git a/App.vue b/App.vue index ad9ea60..48576a1 100644 --- a/App.vue +++ b/App.vue @@ -2,11 +2,13 @@ + + diff --git a/components/my_exercise_plan/my_exercise_plan.vue b/components/my_exercise_plan/my_exercise_plan.vue new file mode 100644 index 0000000..463ccba --- /dev/null +++ b/components/my_exercise_plan/my_exercise_plan.vue @@ -0,0 +1,60 @@ + + + + + diff --git a/components/my_recipe_plan/my_recipe_plan.vue b/components/my_recipe_plan/my_recipe_plan.vue new file mode 100644 index 0000000..69f53cc --- /dev/null +++ b/components/my_recipe_plan/my_recipe_plan.vue @@ -0,0 +1,60 @@ + + + + + diff --git a/components/read/read.vue b/components/read/read.vue new file mode 100644 index 0000000..409e02d --- /dev/null +++ b/components/read/read.vue @@ -0,0 +1,60 @@ + + + + + diff --git a/components/tarbar_home/tarbar_home.vue b/components/tarbar_home/tarbar_home.vue index f39988c..e80ba90 100644 --- a/components/tarbar_home/tarbar_home.vue +++ b/components/tarbar_home/tarbar_home.vue @@ -1,6 +1,6 @@