From 44be9266afb911b239d235cd23dce3d2b5bbdead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=88=90=E4=BC=9F?= Date: Tue, 2 Jul 2024 15:41:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=87=87=E9=9B=86=E8=A7=84?= =?UTF-8?q?=E7=BA=A6=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_sidebar.md | 4 +++- docs/datacollect/README.md | 1 + docs/datacollect/_sidebar.md | 1 + docs/datacollect/terminal_protocol.md | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 docs/datacollect/README.md create mode 100644 docs/datacollect/_sidebar.md create mode 100644 docs/datacollect/terminal_protocol.md diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 6dbd0fd9..d07cdf44 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,4 +1,6 @@ - [首页](/) - [API说明](api/) - [系统管理](api/systemmgr.md) - - [设备管理](api/equipment.md) \ No newline at end of file + - [设备管理](api/equipment.md) +- [数据采集](datacollect/) + - [终端通讯规约](datacollect/terminal_protocol.md) \ No newline at end of file diff --git a/docs/datacollect/README.md b/docs/datacollect/README.md new file mode 100644 index 00000000..3ab3e243 --- /dev/null +++ b/docs/datacollect/README.md @@ -0,0 +1 @@ +# 数据采集 diff --git a/docs/datacollect/_sidebar.md b/docs/datacollect/_sidebar.md new file mode 100644 index 00000000..b4f0132d --- /dev/null +++ b/docs/datacollect/_sidebar.md @@ -0,0 +1 @@ +- [返回首页](/) \ No newline at end of file diff --git a/docs/datacollect/terminal_protocol.md b/docs/datacollect/terminal_protocol.md new file mode 100644 index 00000000..645dfce4 --- /dev/null +++ b/docs/datacollect/terminal_protocol.md @@ -0,0 +1 @@ +# 采集终端通讯规约