From 9ce9629b056af3b76e3db42720a33c167e044288 Mon Sep 17 00:00:00 2001 From: lgf196 <2219014328@qq.com> Date: Wed, 25 Aug 2021 11:10:23 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75b3e53..aad1335 100644 --- a/README.md +++ b/README.md @@ -70,14 +70,14 @@ The following attributes come from the `option` property configuration item | poster | Video cover image | `string` | - | | setEndPlayContent | Customize what is displayed at the end of the video | `React.ReactNode` | - | | setBufferContent | Custom video buffer loading component | `React.ReactNode` | - | -| pausePlacement | The position of the pause button | `bottomRight` | `center` | `bottomRight` | +| pausePlacement | The position of the pause button | `bottomRight` || `center` | `bottomRight` | | hideMouseTime | How many milliseconds, without any operation, hide the mouse and controller/ms | `number` | 2000 | | isShowMultiple | Whether to display the multiplier function | `boolean` | true | | isShowSet | Whether to display the setting function | `boolean` | true | | isShowScreenshot | Whether to display the screenshot function | `boolean` | true | | isShowPicture | Whether to show picture-in-picture | `boolean` | true | | isShowWebFullScreen | Whether to display the full screen of the webpage | `boolean` | true | -| language | Language | `zh` | `en` | `zh` | +| language | Language | `zh` || `en` | `zh` | #### Method @@ -181,4 +181,4 @@ If you think this project is helpful to you, you can give the author a like, the [MIT](https://github.com/lgf196/ant-simple-pro/blob/master/LICENSE) -Copyright (c) 2021-present LiGuoFeng \ No newline at end of file +Copyright (c) 2021-present LiGuoFeng