From 46a590f738817ee3932fcdeb21e60a0ce9d6a7f3 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 24 Oct 2025 09:13:38 +0800 Subject: [PATCH] index-img-move --- app/components/landing/Hero.vue | 2 +- app/components/landing/PRODUCT_INTRODUCTION.vue | 2 +- public/img/{img_1.png => index/banner.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename public/img/{img_1.png => index/banner.png} (100%) diff --git a/app/components/landing/Hero.vue b/app/components/landing/Hero.vue index caef713..9547786 100644 --- a/app/components/landing/Hero.vue +++ b/app/components/landing/Hero.vue @@ -1,6 +1,6 @@ diff --git a/app/components/landing/PRODUCT_INTRODUCTION.vue b/app/components/landing/PRODUCT_INTRODUCTION.vue index 0b6409c..acbe1bb 100644 --- a/app/components/landing/PRODUCT_INTRODUCTION.vue +++ b/app/components/landing/PRODUCT_INTRODUCTION.vue @@ -20,7 +20,7 @@ controls loop muted - poster="/img/img_1.png" + poster="/img/index/banner.png" src="https://www.caasbee.com/image/cpjs.mp4" /> diff --git a/public/img/img_1.png b/public/img/index/banner.png similarity index 100% rename from public/img/img_1.png rename to public/img/index/banner.png