From 62c12a3bf8e5c565e0f1cab1e103a603e52066d4 Mon Sep 17 00:00:00 2001 From: Junhui Chen Date: Sun, 7 Sep 2025 17:48:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A0=E7=9B=B2=E7=9B=92=E8=B4=AD?= =?UTF-8?q?=E4=B9=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wake/View/Blind/ContentView.swift | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wake/View/Blind/ContentView.swift b/wake/View/Blind/ContentView.swift index caa499b..4ddd81b 100644 --- a/wake/View/Blind/ContentView.swift +++ b/wake/View/Blind/ContentView.swift @@ -804,8 +804,11 @@ struct BlindBoxView: View { .frame(width: 300, height: 300) case .none: - SVGImage(svgName: "BlindNone") + // FIXME: 临时使用 BlindLoading GIF + GIFView(name: "BlindLoading") .frame(width: 300, height: 300) + // SVGImage(svgName: "BlindNone") + // .frame(width: 300, height: 300) } } .offset(y: -50)