struct Toast: View { let data: DataModel @Binding var isShown: Bool var body: some View { VStack { Spacer() HStack { Image(systemName: ...
確定! 回上一頁