Add deprecated warnings

This commit is contained in:
世界
2024-11-04 23:04:58 +08:00
parent c7d9b49de7
commit 59aebddaa4
4 changed files with 52 additions and 14 deletions
@@ -52,6 +52,7 @@ public struct GroupView: View {
}
.alertBinding($alert)
.padding([.top, .bottom], 8)
.animation(.easeInOut, value: group.isExpand)
}
public var body: some View {