From 1842b49fe2b2842b623768e72716dad6ea98f7ef Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Wed, 22 Oct 2025 18:02:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=AE=80=E4=BB=8B=20?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../landing/D3_INTELLIGENT_APIARY.vue | 33 +-- app/components/landing/Hero.vue | 55 +---- .../landing/SERVICE_INTRODUCTION.vue | 20 +- app/components/landing/SmartApiaryCard.vue | 208 ++++++++++++++++++ 4 files changed, 230 insertions(+), 86 deletions(-) create mode 100644 app/components/landing/SmartApiaryCard.vue diff --git a/app/components/landing/D3_INTELLIGENT_APIARY.vue b/app/components/landing/D3_INTELLIGENT_APIARY.vue index 7d0f6de..66a7df3 100644 --- a/app/components/landing/D3_INTELLIGENT_APIARY.vue +++ b/app/components/landing/D3_INTELLIGENT_APIARY.vue @@ -8,38 +8,7 @@ description="3D INTELLIGENT APIARY" title="3D智慧蜂场" /> - -
+ - - \ No newline at end of file diff --git a/app/components/landing/Hero.vue b/app/components/landing/Hero.vue index 0e0e2f1..caef713 100644 --- a/app/components/landing/Hero.vue +++ b/app/components/landing/Hero.vue @@ -1,57 +1,6 @@ - - - \ No newline at end of file diff --git a/app/components/landing/SERVICE_INTRODUCTION.vue b/app/components/landing/SERVICE_INTRODUCTION.vue index 24d24a7..71143e6 100644 --- a/app/components/landing/SERVICE_INTRODUCTION.vue +++ b/app/components/landing/SERVICE_INTRODUCTION.vue @@ -1,5 +1,16 @@ - diff --git a/app/components/landing/SmartApiaryCard.vue b/app/components/landing/SmartApiaryCard.vue new file mode 100644 index 0000000..b807232 --- /dev/null +++ b/app/components/landing/SmartApiaryCard.vue @@ -0,0 +1,208 @@ + + + + \ No newline at end of file