From 2b705fc38124780f226aaa5bfc50a3be6bb438c0 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Sun, 9 Feb 2020 15:16:02 +0800 Subject: [PATCH] Update README Signed-off-by: Jianhui Zhao --- README.md | 3 +-- README_ZH.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 469d4b1..a54d007 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ [mbedtls(polarssl)]: https://github.com/ARMmbed/mbedtls [CyaSSl(wolfssl)]: https://github.com/wolfSSL/wolfssl [vue]: https://github.com/vuejs/vue -[iview]: https://github.com/iview/iview [server]: https://github.com/zhaojh329/rttys ![](https://raw.githubusercontent.com/zhaojh329/rtty/doc/rtty.png) @@ -31,7 +30,7 @@ ![](https://raw.githubusercontent.com/zhaojh329/rtty/doc/file.gif) It is composed of a client and a [server]. The client is written in pure C. The [server] is written in go language -and the front-end interface is written in [iview] & [Vue]. +and the front-end interface is written in [Vue]. You can access your device's terminal from anywhere via the web. Differentiate your different device by device ID. diff --git a/README_ZH.md b/README_ZH.md index c6c0604..fcc2d9d 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -23,14 +23,13 @@ [mbedtls(polarssl)]: https://github.com/ARMmbed/mbedtls [CyaSSl(wolfssl)]: https://github.com/wolfSSL/wolfssl [vue]: https://github.com/vuejs/vue -[iview]: https://github.com/iview/iview [服务端]: https://github.com/zhaojh329/rttys ![](https://raw.githubusercontent.com/zhaojh329/rtty/doc/rtty.png) ![](https://raw.githubusercontent.com/zhaojh329/rtty/doc/screen.gif) ![](https://raw.githubusercontent.com/zhaojh329/rtty/doc/file.gif) -它由客户端和[服务端]组成。客户端采用纯C实现。[服务端]采用GO语言实现,前端界面采用[iview]和[vue]实现。 +它由客户端和[服务端]组成。客户端采用纯C实现。[服务端]采用GO语言实现,前端界面采用[vue]实现。 您可以在任何地方通过Web访问您的设备的终端。通过设备ID来区分您的不同的设备。