From 13adf00d07413d686243e5028e24a7693d969ab9 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Wed, 9 Jul 2025 18:31:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E4=B8=80=E8=A1=8C?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E7=BB=98=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages-user/client-modules/src/render/ui/title.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages-user/client-modules/src/render/ui/title.tsx b/packages-user/client-modules/src/render/ui/title.tsx index 63ac693..7658714 100644 --- a/packages-user/client-modules/src/render/ui/title.tsx +++ b/packages-user/client-modules/src/render/ui/title.tsx @@ -384,7 +384,6 @@ export const GameTitle = defineComponent(props => { const pos = maskPos.value; ctx.save(); ctx.translate(pos, 0); - ctx.fillStyle = 'transparent'; ctx.fillStyle = maskGradient!; ctx.fillRect(0, 0, MAIN_WIDTH + MAIN_HEIGHT + 200, MAIN_HEIGHT); ctx.restore();