Explorar el Código

Update README.zh-CN.md

Autumn hace 5 años
padre
commit
a6b7bc3f03
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.zh-CN.md

+ 2 - 2
README.zh-CN.md

@@ -58,7 +58,7 @@ dependencies: [
 
  - 基础使用:`ACarousel` 的参数有默认值,你只需要简单的传入数据源即可食用~
 ```swift
-struct Item: Identifiable, Equatable {
+struct Item: Identifiable {
     let id = UUID()
     let image: Image
 }
@@ -126,4 +126,4 @@ struct ContentView: View {
 
 ## 使用许可
 
-[MIT](LICENSE) © JWAutumn
+[MIT](LICENSE) © JWAutumn