From a4a327517e397369fdd50f99066c0b793f3d3362 Mon Sep 17 00:00:00 2001 From: mackt <1033530438@qq.com> Date: Sat, 2 Nov 2024 21:27:56 +0800 Subject: [PATCH] update: qrcode --- public/img/download/qrcode_qq_store.svg | 487 ++++++++++++++++++ src/app/(website)/download/page.tsx | 4 +- .../Footer/Download/FooterDownload.tsx | 4 +- 3 files changed, 491 insertions(+), 4 deletions(-) create mode 100644 public/img/download/qrcode_qq_store.svg diff --git a/public/img/download/qrcode_qq_store.svg b/public/img/download/qrcode_qq_store.svg new file mode 100644 index 0000000..bde761c --- /dev/null +++ b/public/img/download/qrcode_qq_store.svg @@ -0,0 +1,487 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/app/(website)/download/page.tsx b/src/app/(website)/download/page.tsx index 4a1f265..8025295 100644 --- a/src/app/(website)/download/page.tsx +++ b/src/app/(website)/download/page.tsx @@ -13,13 +13,13 @@ const qrCodeList: Array = [ id: 'apple', platform: 'APP Store', iconUrl: '/img/download/logo_apple.svg', - qrCode: '/img/download/qrcode_apple.svg', + qrCode: '/img/download/qrcode_qq_store.svg', }, { id: 'android', platform: 'Android', iconUrl: '/img/download/logo_android.svg', - qrCode: '/img/download/qrcode_android.svg', + qrCode: '/img/download/qrcode_qq_store.svg', }, ]; diff --git a/src/components/Footer/Download/FooterDownload.tsx b/src/components/Footer/Download/FooterDownload.tsx index 66fa924..7570a71 100644 --- a/src/components/Footer/Download/FooterDownload.tsx +++ b/src/components/Footer/Download/FooterDownload.tsx @@ -44,7 +44,7 @@ export default function FooterPlatform({ className }: { className?: string }) { header="IOS版下载" subHeader={ios?.version ? `最新版V${ios.version}` : ''} buttonText="去App Store下载" - img="/img/download/qrcode_apple.svg" + img="/img/download/qrcode_qq_store.svg" url={ios?.url ?? ''} > @@ -54,7 +54,7 @@ export default function FooterPlatform({ className }: { className?: string }) { header="安卓版下载" subHeader={android?.version ? `最新版V${android.version}` : ''} buttonText="下载安装包至本地" - img="/img/download/qrcode_android.svg" + img="/img/download/qrcode_qq_store.svg" url={android?.url ?? ''} >