From 2cbbc7f432c98d8b74cf36667f8047e77ea1b7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Sat, 7 Feb 2026 18:11:12 +0800 Subject: [PATCH] 1 --- src/utils/genPoster.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/genPoster.ts b/src/utils/genPoster.ts index 34e39f6..19fcb59 100644 --- a/src/utils/genPoster.ts +++ b/src/utils/genPoster.ts @@ -5,7 +5,7 @@ const bgUrl = `${OSS_BASE}/front/ball/images/5e2c85ab-fb0c-4026-974d-1e072518154 const ringUrl = `${OSS_BASE}/front/ball/images/b635164f-ecec-434a-a00b-69614a918f2f.png`; const dateIcon = `${OSS_BASE}/front/ball/images/1b49476e-0eda-42ff-b08c-002ce510df82.jpg`; const mapIcon = `${OSS_BASE}/front/ball/images/06b994fa-9227-4708-8555-8a07af8d0c3b.jpg`; -const logoText = `${OSS_BASE}/front/ball/system/youchang_tip_text.png`; +const logoText = `${OSS_BASE}/system/youchang_tip_text.png`; export function base64ToTempFilePath(base64Data: string): Promise { return new Promise((resolve, reject) => {