Skip to content

Commit fef574b

Browse files
committed
📝 Fix invalid anchors
1 parent 3eb2c9b commit fef574b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README-ZH.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Language: [English](README.md) | 中文简体
2424

2525
## 目录 🗂
2626

27-
* [迁移指南](#迁移指南-)
27+
* [迁移指南](#迁移指南-%EF%B8%8F)
2828
* [特性](#特性-)
2929
* [截图](#截图-)
3030
* [准备工作](#准备工作-)
@@ -211,12 +211,12 @@ AssetPicker.registerObserve(); // 注册回调
211211
AssetPicker.unregisterObserve(); // 取消注册回调
212212
```
213213

214-
### Customize with your own type or UI
214+
### 自定义类型或 UI
215215

216216
`AssetPickerBuilderDelegate``AssetPickerViewerBuilderDelegate``AssetPickerProvider`
217-
`AssetPickerViewerProvider` 均已暴露且可重载。使用者可以使用自定义的泛型类型 <A: 资源, P: 路径>,配合继承与
218-
重载,实现对应抽象类和类中的方法。更多用法请查看示例中的 `Custom` 页面,该页面实现了以 <File, Directory> 为
219-
类型基础的选择器
217+
`AssetPickerViewerProvider` 均已暴露且可重载。使用者可以使用自定义的泛型类型 `<A: 资源, P: 路径>`
218+
配合继承与重载,实现对应抽象类和类中的方法。更多用法请查看示例中的 `Custom` 页面,该页面包含一个以
219+
`<File, Directory>` 为类型基础的选择器
220220

221221
## 类介绍 💭
222222

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ See [Contribute custom implementations](example/lib/customs/CONTRIBUTING.md) for
2828

2929
## Category 🗂
3030

31-
* [Migration Guide](#migration-guide-)
31+
* [Migration Guide](#migration-guide-%EF%B8%8F)
3232
* [Features](#features-)
3333
* [Screenshots](#screenshots-)
3434
* [Preparing for use](#preparing-for-use-)
@@ -217,9 +217,9 @@ AssetPicker.unregisterObserve(); // Unregister callback.
217217
### Customize with your own type or UI
218218

219219
`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.
223223

224224
## Classes Introduction 💭
225225

0 commit comments

Comments
 (0)