From 01940f2933e96e98a4bcf611d80f8cfa58176f37 Mon Sep 17 00:00:00 2001 From: "13621160019@163.com" <13621160019@163.com> Date: Fri, 19 Feb 2021 15:12:13 +0800 Subject: [PATCH] updated README --- README.md | 20 ++++++++++---------- README_DE.md | 16 ++++++++-------- README_EN.md | 16 ++++++++-------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 3749039b..f8ece503 100644 --- a/README.md +++ b/README.md @@ -18,43 +18,43 @@ MyEMS项目由下列组件构成: ### MyEMS Web APP -参考仓库 [myems-web](https://github.com/myems/myems-web.git) 获取更多信息。 +参考[myems-web](https://github.com/myems/myems-web.git) 获取更多信息。 ### MyEMS 管理面板 -参考仓库 [myems-admin](https://github.com/myems/myems-admin.git) 获取更多信息。 +参考[admin](./admin/README.md) 获取更多信息。 ### MyEMS 数据库 -参考仓库 [myems-database](https://github.com/myems/myems-database.git) 获取更多信息。 +参考[database](./database/README.md) 获取更多信息。 ### MyEMS 数据清洗服务 -参考仓库 [myems-cleaning](https://github.com/myems/myems-cleaning.git) 获取更多信息。 +参考[myems-cleaning](./myems-cleaning/README.md) 获取更多信息。 ### MyEMS 数据规范化服务 -参考仓库 [myems-normalization](https://github.com/myems/myems-normalization.git) 获取更多信息。 +参考[myems-normalization](./myems-normalization/README.md) 获取更多信息。 ### MyEMS 数据汇总服务 -参考仓库 [myems-aggregation](https://github.com/myems/myems-aggregation.git) 获取更多信息。 +参考[myems-aggregation](./myems-aggregation/README.md) 获取更多信息。 ### MyEMS 数据接口API -参考仓库 [myems-api](https://github.com/myems/myems-api.git) 获取更多信息。 +参考仓库[myems-api](https://github.com/myems/myems-api.git) 获取更多信息。 ### MyEMS MQTT 数据发布服务 (从MyEMS转发到第三方) -参考仓库 [myems-mqtt-publisher](https://github.com/myems/myems-mqtt-publisher.git) 获取更多信息。 +参考[myems-mqtt-publisher](./myems-mqtt-publisher/README.md) 获取更多信息。 ### MyEMS BACnet/IP 数据采集服务 -参考仓库 [myems-bacnet](https://github.com/myems/myems-bacnet.git) 获取更多信息。 +参考[myems-bacnet](./myems-bacnet/README.md) 获取更多信息。 ### MyEMS Modbus TCP 数据采集服务 -参考仓库 [myems-modbus-tcp](https://github.com/myems/myems-modbus-tcp.git) 获取更多信息。 +参考[myems-modbus-tcp](./myems-modbus-tcp/README.md) 获取更多信息。 ## MyEMS截图 ![MyEMS Screenshot](/docs/images/screenshot-2020.12.01-16_53_12.png) diff --git a/README_DE.md b/README_DE.md index 6441b2c4..466a5c53 100644 --- a/README_DE.md +++ b/README_DE.md @@ -21,23 +21,23 @@ Weitere Informationen finden Sie im Repository [myems-web](https://github.com/my ### MyEMS Admin Panel -Weitere Informationen finden Sie im Repository [myems-admin](https://github.com/myems/myems-admin.git). +Weitere Informationen finden Sie im [admin](./admin/README.md). ### MyEMS Database -Weitere Informationen finden Sie im Repository [myems-database](https://github.com/myems/myems-database.git). +Weitere Informationen finden Sie im [database](./database/README.md). ### MyEMS Cleaning Service -Weitere Informationen finden Sie im Repository [myems-cleaning](https://github.com/myems/myems-cleaning.git). +Weitere Informationen finden Sie im [myems-cleaning](./myems-cleaning/README.md). ### MyEMS Normalization Service -Weitere Informationen finden Sie im Repository [myems-normalization](https://github.com/myems/myems-normalization.git). +Weitere Informationen finden Sie im [myems-normalization](./myems-normalization/README.md). ### MyEMS Aggregation Service -Weitere Informationen finden Sie im Repository [myems-aggregation](https://github.com/myems/myems-aggregation.git). +Weitere Informationen finden Sie im [myems-aggregation](./myems-aggregation/README.md). ### MyEMS API @@ -45,15 +45,15 @@ Weitere Informationen finden Sie im Repository [myems-api](https://github.com/my ### MyEMS MQTT Data Publisher Service (transmit data from MyEMS to 3rd Party) -Weitere Informationen finden Sie im Repository [myems-mqtt-publisher](https://github.com/myems/myems-mqtt-publisher.git). +Weitere Informationen finden Sie im [myems-mqtt-publisher](./myems-mqtt-publisher/README.md). ### MyEMS BACnet/IP Acquisition Service -Weitere Informationen finden Sie im Repository [myems-bacnet](https://github.com/myems/myems-bacnet.git). +Weitere Informationen finden Sie im [myems-bacnet](./myems-bacnet/README.md). ### MyEMS Modbus TCP Acquisition Service -Weitere Informationen finden Sie im Repository [myems-modbus-tcp](https://github.com/myems/myems-modbus-tcp.git). +Weitere Informationen finden Sie im [myems-modbus-tcp](./myems-modbus-tcp/README.md). ## MyEMS Bildschirmfoto ![MyEMS Bildschirmfoto](/docs/images/screenshot-2020.12.01-16_53_12.png) diff --git a/README_EN.md b/README_EN.md index 64dbbc75..e0dea772 100644 --- a/README_EN.md +++ b/README_EN.md @@ -21,23 +21,23 @@ See the repository [myems-web](https://github.com/myems/myems-web.git) for more ### MyEMS Admin Panel -See the repository [myems-admin](https://github.com/myems/myems-admin.git) for more information. +See [admin](./admin/README.md) for more information. ### MyEMS Database -See the repository [myems-database](https://github.com/myems/myems-database.git) for more information. +See [database](./database/README.md) for more information. ### MyEMS Cleaning Service -See the repository [myems-cleaning](https://github.com/myems/myems-cleaning.git) for more information. +See [myems-cleaning](./myems-cleaning/README.md) for more information. ### MyEMS Normalization Service -See the repository [myems-normalization](https://github.com/myems/myems-normalization.git) for more information. +See [myems-normalization](./myems-normalization/README.md) for more information. ### MyEMS Aggregation Service -See the repository [myems-aggregation](https://github.com/myems/myems-aggregation.git) for more information. +See [myems-aggregation](./myems-aggregation/README.md) for more information. ### MyEMS API @@ -45,15 +45,15 @@ See the repository [myems-api](https://github.com/myems/myems-api.git) for more ### MyEMS MQTT Data Publisher Service (transmit data from MyEMS to 3rd Party) -See the repository [myems-mqtt-publisher](https://github.com/myems/myems-mqtt-publisher.git) for more information. +See [myems-mqtt-publisher](./myems-mqtt-publisher/README.md) for more information. ### MyEMS BACnet/IP Acquisition Service -See the repository [myems-bacnet](https://github.com/myems/myems-bacnet.git) for more information. +See [myems-bacnet](./myems-bacnet/README.md) for more information. ### MyEMS Modbus TCP Acquisition Service -See the repository [myems-modbus-tcp](https://github.com/myems/myems-modbus-tcp.git) for more information. +See [myems-modbus-tcp](./myems-modbus-tcp/README.md) for more information. ## MyEMS Screenshot ![MyEMS Screenshot](/docs/images/screenshot-2020.12.01-16_53_12.png)