feat/blind_box_v2 #4

Merged
txcjh merged 18 commits from feat/blind_box_v2 into main 2025-09-07 22:23:23 +08:00
Showing only changes of commit 62c12a3bf8 - Show all commits

View File

@ -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)