diff --git a/README.md b/README.md index 5568080..36827b7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Word GPT Plus is a word add-in which integrates the chatGPT model into Microsoft - Microsoft Word 2016/2019 retail version , Microsoft Word 2021 or Microsoft 365 - Edge WebView2 Runtime [https://developer.microsoft.com/en-us/microsoft-edge/webview2/](https://developer.microsoft.com/en-us/microsoft-edge/webview2/) -- if you use self-hosted, you need Node.js 16+ +- if you use self-hosted service, you need Node.js 16+ **Note: office add-in can only used in docx file, not support doc file.** @@ -49,8 +49,9 @@ However, if you desire faster speeds and possess expertise with Node.js, self-ho This service is built using Cloudflare Pages, domain name: [https://word.msq.pub](https://word.msq.pub) -** For China users, there maybe some network problems, please use `ping word.msq.pub` to see if you can access the domain.** -** You can add `msq.pub` to your proxy software's rules, or use self-hosted. ** +**For China users, there maybe some network problems, please use `ping word.msq.pub` to see if you can access the domain.** + +**You can add `msq.pub` to your proxy software's rules, or use self-hosted.** 1. Download the add-in `manifest.xml` file and Save it to a directory on your computer, such as `C:\Users\username\Documents\WordGPT`. diff --git a/README_cn.md b/README_cn.md index 8cbf3e3..29f4aed 100644 --- a/README_cn.md +++ b/README_cn.md @@ -49,8 +49,9 @@ Word GPT Plus 是一个集成了 chatGPT 模型的 Word 插件。它允许你基 这项服务是使用 Cloudflare Pages 构建的,域名: [https://word.msq.pub](https://word.msq.pub) -** 中国用户可能会遇到网络问题,请使用 `ping word.msq.pub` 查看是否可以访问该域名。** -** 你可以将 `msq.pub` 添加到你的代理软件的规则中,或者使用自己搭建的服务。** +**中国用户可能会遇到网络问题,请使用 `ping word.msq.pub` 查看是否可以访问该域名。** + +**你可以将 `msq.pub` 添加到你的代理软件的规则中,或者使用自己搭建的服务。** 1. 下载`manifest.xml`文件并保存到你的电脑上,例如 `C:\Users\username\Documents\WordGPT`. - 下载: [release/other/manifest.xml](https://release.piclist.cn/release/other/manifest.xml)