将资源直接使用转换为 `.use { ... }`
将 `resource.sendAsImageTo(contact)` 转换为 `resource.use { it.sendAsImageTo(contact) }`