diff --git a/README.md b/README.md index aa2d211..8d593fe 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ public protocol ContainerViewConfigurationProtocol { Set the background for the container view. Currently supports color, blur, customView. - Some lower versions of operating systems (iOS 14) do not support blur mode. If you want to use blur in lower versions, you can wrap other blur codes through customView. + Some versions of operating systems (iOS 14, watchOS) do not support blur mode. If you want to use blur in these versions, you can wrap other blur codes through customView. *See the project demo code for details* @@ -379,4 +379,4 @@ This library is released under the MIT license. See [LICENSE](LICENSE) for detai ## Help and Support -You can give your feedback or suggestions by creating Issues. You can also contact me on Twitter **[@fatbobman](twitter://twitter.com/fatbobman)**. +You can give your feedback or suggestions by creating Issues. You can also contact me on Twitter **[@fatbobman](https://twitter.com/fatbobman)**. diff --git a/READMECN.md b/READMECN.md index 4759ea8..4e6e044 100644 --- a/READMECN.md +++ b/READMECN.md @@ -249,7 +249,7 @@ public protocol ContainerViewConfigurationProtocol { 为容器视图设置背景。目前支持 color、blur、customView。 - 部分低版本操作系统(iOS 14)不支持 blur 模式,如果想在低版本使用 blur,可以通过 customView 来包裹其他的 blur 代码。 + 部分版本的操作系统(iOS 14,watchOS )不支持 blur 模式,如果想在这些版本中使用 blur,可以通过 customView 来包裹其他的 blur 代码。 *详情参看项目演示代码* @@ -374,4 +374,4 @@ dependencies: [ ## 帮助与支持 -可以通过创建 Issues 来反馈你的意见或建议。也可以通过 Twitter [@fatbobman](twitter://twitter.com/fatbobman) 与我联络。 +可以通过创建 Issues 来反馈你的意见或建议。也可以通过 Twitter [@fatbobman](https://twitter.com/fatbobman) 与我联络。