We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32e596f + fbee426 commit 2da0197Copy full SHA for 2da0197
README.zh_CN.md
@@ -114,7 +114,7 @@ npm start
114
115
web-highlighter 会通过 [`Selection API`](https://caniuse.com/#search=selection%20api) 来读取被选择的文本范围。然后选区的信息会被转换为一个可序列化的数据结构,以便于能够发送并存储在后端。当用户再次访问你的页面时,这些存储的数据被返回然后在你的页面上进行反序列化。数据结构本身是技术栈无关的。所以你可以用在任意技术栈构建的页面上(例如 React、Vue、Angular 或者 jQuery 等等)。
116
117
-想要了解更多实现细节,可以阅读[这片文章](https://www.alienzhou.com/2019/04/21/web-note-highlight-in-js/)。
+想要了解更多实现细节,可以阅读[这篇文章](https://www.alienzhou.com/2019/04/21/web-note-highlight-in-js/)。
118
119
## API
120
0 commit comments