diff --git a/README.en.md b/README.en.md index b87a8bf190a4c587215860119c3f3492fb8e60e1..ad013e3fdaa8fbe2be3f28d4d4551a746000b8f3 100644 --- a/README.en.md +++ b/README.en.md @@ -10,7 +10,7 @@ This sample describes how to use the **enableDataDetector** attribute of the Tex ##### How to Use -Go to the page, input a message with special text, and send the message. The text in the chat list is automatically identified and marked with special text. Currently, the following types of text can be recognized: phone number, link, email address, and address. The recognized text will turn blue and be underlined. +Go to the page, input a message with special text, and send the message. The text in the chat list is automatically identified and marked with special text. Currently, the following types of text can be recognized: phone number, link, email address, and address. Addresses need specific address information to be identified. The recognized text will turn blue and be underlined. ### Project Directory diff --git a/README.md b/README.md index b753cfb647c234edde5d67a9c771ede0ea68f88d..c31a4baf5eeb56983ca92d03fc16c35972f8abe9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ##### 使用说明 -进入页面,输入带有特殊文字的信息并发送,对话列表中文本会自动识别并标识特殊文字。目前支持识别的类型包括电话号码、链接、邮箱和地址,被识别的文字会变成蓝色并增加下划线。 +进入页面,输入带有特殊文字的信息并发送,对话列表中文本会自动识别并标识特殊文字。目前支持识别的类型包括电话号码、链接、邮箱和地址,其中地址需要具体地址信息才会被识别,被识别的文字会变成蓝色并增加下划线。 ### 工程目录 diff --git a/screenshots/device/word.gif b/screenshots/device/word.gif index cd6aa8eec0e3b94d81f7c2f18c8f7ec0c32a704f..6430df6d0276dad5c676c9135d192a3fba70c499 100644 Binary files a/screenshots/device/word.gif and b/screenshots/device/word.gif differ