From 1e7e25c664df1060dcb15af68a9df00745bb8696 Mon Sep 17 00:00:00 2001 From: fadeaway Date: Wed, 27 Mar 2024 02:12:16 +0800 Subject: [PATCH] =?UTF-8?q?WIP:=20=E5=BE=AE=E4=BF=A1=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 2 + src/components/WXComponent/WXShareBtn.tsx | 109 ++++++++++++---------- src/types/index.d.ts | 4 + 3 files changed, 65 insertions(+), 50 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49ac5fb..3377fcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import { useRef } from 'react'; import Image from 'next/image'; import Link from 'next/link'; import { useRouter } from 'next/navigation'; +import Script from 'next/script'; import AppLogo from '@/components/AppLogo'; import WXShareBtn from '@/components/WXComponent/WXShareBtn'; @@ -30,6 +31,7 @@ export default function Home() { return ( <> +