File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Language: [English](README.md) | 中文简体
24
24
25
25
## 目录 🗂
26
26
27
- * [ 迁移指南] ( #迁移指南- )
27
+ * [ 迁移指南] ( #迁移指南-%EF%B8%8F )
28
28
* [ 特性] ( #特性- )
29
29
* [ 截图] ( #截图- )
30
30
* [ 准备工作] ( #准备工作- )
@@ -211,12 +211,12 @@ AssetPicker.registerObserve(); // 注册回调
211
211
AssetPicker.unregisterObserve(); // 取消注册回调
212
212
```
213
213
214
- ### Customize with your own type or UI
214
+ ### 自定义类型或 UI
215
215
216
216
` AssetPickerBuilderDelegate ` 、` AssetPickerViewerBuilderDelegate ` 、` AssetPickerProvider ` 及
217
- ` AssetPickerViewerProvider ` 均已暴露且可重载。使用者可以使用自定义的泛型类型 <A: 资源, P: 路径>,配合继承与
218
- 重载 ,实现对应抽象类和类中的方法。更多用法请查看示例中的 ` Custom ` 页面,该页面实现了以 <File, Directory> 为
219
- 类型基础的选择器 。
217
+ ` AssetPickerViewerProvider ` 均已暴露且可重载。使用者可以使用自定义的泛型类型 ` <A: 资源, P: 路径> ` ,
218
+ 配合继承与重载 ,实现对应抽象类和类中的方法。更多用法请查看示例中的 ` Custom ` 页面,该页面包含一个以
219
+ ` <File, Directory> ` 为类型基础的选择器 。
220
220
221
221
## 类介绍 💭
222
222
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ See [Contribute custom implementations](example/lib/customs/CONTRIBUTING.md) for
28
28
29
29
## Category 🗂
30
30
31
- * [ Migration Guide] ( #migration-guide- )
31
+ * [ Migration Guide] ( #migration-guide-%EF%B8%8F )
32
32
* [ Features] ( #features- )
33
33
* [ Screenshots] ( #screenshots- )
34
34
* [ Preparing for use] ( #preparing-for-use- )
@@ -217,9 +217,9 @@ AssetPicker.unregisterObserve(); // Unregister callback.
217
217
### Customize with your own type or UI
218
218
219
219
` AssetPickerBuilderDelegate ` , ` AssetPickerViewerBuilderDelegate ` , ` AssetPickerProvider ` and
220
- ` AssetPickerViewerProvider ` are all exposed and overridable. You can extends them and use your own
221
- type with generic type <A: Asset, P: Path>, then implement abstract methods. See the ` Custom ` page
222
- in the example which implements a picker with <File, Directory>.
220
+ ` AssetPickerViewerProvider ` are all exposed and overridable. You can extend them and use your own
221
+ type with generic type ` <A: Asset, P: Path> ` , then implement abstract methods. See the ` Custom ` page
222
+ in the example which has an implementation based on ` <File, Directory> ` types .
223
223
224
224
## Classes Introduction 💭
225
225
You can’t perform that action at this time.
0 commit comments