Skip to content

Commit

Permalink
📝 Remove duplicate sections
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Aug 10, 2023
1 parent 9b633bd commit a7b436e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Language: [English](README.md) | 中文简体
* [国际化](#国际化)
* [简单的使用方法](#简单的使用方法)
* [使用配置](#使用配置)
* [简单的使用方法](#简单的使用方法-1)
* [使用自定义的 `State`](#使用自定义的-state)
* [常见问题 💭](#常见问题-)
* [iOS 上的预览在旋转时行为诡异](#ios-上的预览在旋转时行为诡异)
Expand Down Expand Up @@ -182,23 +181,6 @@ final AssetEntity? entity = await CameraPicker.pickFromCamera(

`CameraPickerConfig` 的成员说明:

### 简单的使用方法

```dart
final AssetEntity? entity = await CameraPicker.pickFromCamera(context);
```

你可以使用 `CameraPickerConfig` 来调整选择时的行为。

```dart
final AssetEntity? entity = await CameraPicker.pickFromCamera(
context,
pickerConfig: const CameraPickerConfig(),
);
```

`CameraPickerConfig` 的成员说明:

| 参数名 | 类型 | 描述 | 默认值 |
|-------------------------------|-----------------------------|----------------------------------------------------|--------------------------------------------|
| enableRecording | `bool` | 选择器是否可以录像 | `false` |
Expand Down

0 comments on commit a7b436e

Please sign in to comment.