docs: update docs

This commit is contained in:
x-tools-author 2025-03-06 13:58:35 +08:00
parent a0c16a69e6
commit 6866cc59d4
2 changed files with 16 additions and 6 deletions

View File

@ -1,5 +1,5 @@
--- ---
title: Developer Manual title: 开发者手册
nav_order: 3 nav_order: 3
--- ---
@ -7,5 +7,10 @@ nav_order: 3
{: .no_toc } {: .no_toc }
CSS utility classes come in handy when you want to override default styles to create additional whitespace (margins/padding), correct unexpected shifts in font size or weight, add color, or hide (or show) something at a specific screen size. *xTools*实用一般步骤:
{: .fs-6 .fw-300 }
1. 选择设备类型目前支持串口蓝牙BLEUDP客户端UDP服务器TCP客户端TCP服务器WebSocket客户端和WebSocket服务器
2. 配置设备参数
3. 点击“打开设备”按钮
4. 输入想要发送的数据
5. 点击“发送”即可发送数据,接收到数据后会显示在输出区域

View File

@ -1,5 +1,5 @@
--- ---
title: User Manual title: 用户手册
nav_order: 2 nav_order: 2
--- ---
@ -7,5 +7,10 @@ nav_order: 2
{: .no_toc } {: .no_toc }
CSS utility classes come in handy when you want to override default styles to create additional whitespace (margins/padding), correct unexpected shifts in font size or weight, add color, or hide (or show) something at a specific screen size. *xTools*实用一般步骤:
{: .fs-6 .fw-300 }
1. 选择设备类型目前支持串口蓝牙BLEUDP客户端UDP服务器TCP客户端TCP服务器WebSocket客户端和WebSocket服务器
2. 配置设备参数
3. 点击“打开设备”按钮
4. 输入想要发送的数据
5. 点击“发送”即可发送数据,接收到数据后会显示在输出区域