From c56f65898bdd5e9870850f3f2f0e396322885ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=BD=98?= <16176807+xaioppan@user.noreply.gitee.com> Date: Mon, 29 Jun 2026 09:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=9A=84=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/{src/assets/images => public}/bag.mp4 | Bin .../assets/images/Carousel => public}/huaban.jpg | Bin website/src/components/HeroSection.jsx | 2 +- website/src/pages/Contact.jsx | 2 +- website/src/pages/ProductPage.jsx | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) rename website/{src/assets/images => public}/bag.mp4 (100%) rename website/{src/assets/images/Carousel => public}/huaban.jpg (100%) diff --git a/website/src/assets/images/bag.mp4 b/website/public/bag.mp4 similarity index 100% rename from website/src/assets/images/bag.mp4 rename to website/public/bag.mp4 diff --git a/website/src/assets/images/Carousel/huaban.jpg b/website/public/huaban.jpg similarity index 100% rename from website/src/assets/images/Carousel/huaban.jpg rename to website/public/huaban.jpg diff --git a/website/src/components/HeroSection.jsx b/website/src/components/HeroSection.jsx index 3256734..d16fda4 100644 --- a/website/src/components/HeroSection.jsx +++ b/website/src/components/HeroSection.jsx @@ -1,5 +1,5 @@ import { ArrowRight } from 'lucide-react'; -import bag from '../assets/images/bag.mp4' +import bag from '../../public/bag.mp4' // import { useEffect, useRef } from 'react'; // function ParticleNetwork() { diff --git a/website/src/pages/Contact.jsx b/website/src/pages/Contact.jsx index 1f581d9..e0b164e 100644 --- a/website/src/pages/Contact.jsx +++ b/website/src/pages/Contact.jsx @@ -25,7 +25,7 @@ export default function Contact() {
{/* Background image */}
- +
{/* Black overlay */}
diff --git a/website/src/pages/ProductPage.jsx b/website/src/pages/ProductPage.jsx index c24552e..fb07764 100644 --- a/website/src/pages/ProductPage.jsx +++ b/website/src/pages/ProductPage.jsx @@ -68,7 +68,7 @@ export default function ProductPage() {
{/* Desktop: grid 布局 — 统一宽度/高度/间距 */} -
+
{/* Image - left */}
{product.heroImage && (