diff --git a/README.md b/README.md index 76b38f75..70f8698c 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Pub: [FlutterQuill] - [Flutter Quill](#flutter-quill) - [Table of contents](#table-of-contents) - [Installation](#installation) + - [Screenshots](#screenshots) - [Usage](#usage) - [Migration](#migration) - [Input / Output](#input--output) @@ -76,6 +77,20 @@ dependencies: > If the latest version of [FlutterQuill Extensions] is pre-release, then please use it in order to work with the latest stable version of [FlutterQuill] > +## Screenshots + +
+Tap to show/hide screenshots + +
+ +Screenshot 1 +Screenshot 2 +Screenshot 3 +Screenshot 4 + +
+ ## Usage See the `example` directory for a minimal example of how to use FlutterQuill. You typically just need to instantiate a controller: diff --git a/doc/readme/cn.md b/doc/readme/cn.md index 680b4d72..098110dd 100644 --- a/doc/readme/cn.md +++ b/doc/readme/cn.md @@ -24,7 +24,7 @@ --- -> This documentation is outdated. Please check the English version. +> This documentation is outdated. Please check the [English version](../../README.md). `FlutterQuill` 是一个富文本编辑器,也是 [Quill](https://quilljs.com/docs/formats) 在 [Flutter](https://github.com/flutter/flutter) 的版本