From c841eb6688b1941b3e937c7dec2d1d022cdea1e3 Mon Sep 17 00:00:00 2001 From: JiaJun <2394389886@qq.com> Date: Thu, 16 Jul 2026 14:47:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(game):=20=E5=85=B3=E9=97=AD=E6=A1=8C?= =?UTF-8?q?=E9=9D=A2=E7=AB=AF=E8=BF=9E=E7=BB=AD=E6=95=88=E6=9E=9C=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E5=BC=BA=E5=88=B6=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 FORCE_DESKTOP_STREAK_EFFECT_PREVIEW 常量设置为 false - 禁用桌面端连续效果的强制预览模式 --- src/features/game/components/desktop/desktop-status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/game/components/desktop/desktop-status.tsx b/src/features/game/components/desktop/desktop-status.tsx index 0a2f74a..3dfa83b 100644 --- a/src/features/game/components/desktop/desktop-status.tsx +++ b/src/features/game/components/desktop/desktop-status.tsx @@ -17,7 +17,7 @@ import { DesktopCountdown } from '@/features/game/components/desktop/desktop-cou import { useGameStatusVm } from '@/hooks/use-game-status-vm.ts' import { cn } from '@/lib/utils.ts' -const FORCE_DESKTOP_STREAK_EFFECT_PREVIEW = true +const FORCE_DESKTOP_STREAK_EFFECT_PREVIEW = false export function DesktopStatusLine() { const { t } = useTranslation()