From ff70c3b28fa8baf0c38113fcec1e9cd8a214114c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BF=97=E5=92=8C?= Date: Mon, 27 Oct 2025 19:02:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sidebar.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Application_guide/en/sidebar.yaml | 4 ++-- .../en/solutions/tracker_box(EG912U)/dev_resources.md | 2 +- .../en/solutions/tracker_box(EG912U)/quick_start.md | 2 +- .../en/solutions/tracker_box(EG912U)/software_design.md | 2 +- .../zh/solutions/tracker_box(EG912U)/quick_start.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/Application_guide/en/sidebar.yaml b/docs/Application_guide/en/sidebar.yaml index a6e0f1cd..aebd16d2 100644 --- a/docs/Application_guide/en/sidebar.yaml +++ b/docs/Application_guide/en/sidebar.yaml @@ -346,7 +346,7 @@ items: file: solutions/tracker/quick_start.md - label: software design file: solutions/tracker/software_design.md - label: Smart Tracker Solution Based on EG912U + - label: Smart Tracker Solution Based on EG912U file: solutions/tracker_box(EG912U)/README.md items: - label: development resources @@ -355,7 +355,7 @@ items: file: solutions/tracker_box(EG912U)/quick_start.md - label: software design file: solutions/tracker_box(EG912U)/software_design.md - label: Smart Meter Solution Based on EG912U + - label: Smart Meter Solution Based on EG912U file: solutions/meter-box/README.md items: - label: development resources diff --git a/docs/Application_guide/en/solutions/tracker_box(EG912U)/dev_resources.md b/docs/Application_guide/en/solutions/tracker_box(EG912U)/dev_resources.md index 1fa1454b..bb98c68c 100644 --- a/docs/Application_guide/en/solutions/tracker_box(EG912U)/dev_resources.md +++ b/docs/Application_guide/en/solutions/tracker_box(EG912U)/dev_resources.md @@ -9,7 +9,7 @@ ## Software documentation - USB driver for QuecPython module [QuecPython_USB_Driver_Win10_U_G](https://developer.quectel.com/wp-content/uploads/2024/09/Quectel_Windows_USB_DriverU_V1.0.19.zip) - - [QuecPython 固件](../../media/solutions/tracker_box(EG912U)/fw/8915DM_cat1_open_EG912UGLAAR05A01M08_TEST0807.zip) + - [QuecPython firmware](../../media/solutions/tracker_box(EG912U)/fw/8915DM_cat1_open_EG912UGLAAR05A01M08_TEST0807.zip) ## Development tools diff --git a/docs/Application_guide/en/solutions/tracker_box(EG912U)/quick_start.md b/docs/Application_guide/en/solutions/tracker_box(EG912U)/quick_start.md index 0cefd725..cf468a61 100644 --- a/docs/Application_guide/en/solutions/tracker_box(EG912U)/quick_start.md +++ b/docs/Application_guide/en/solutions/tracker_box(EG912U)/quick_start.md @@ -81,7 +81,7 @@ After starting to run, startup information will be printed. ### View device location -1. Click **Details** in the device list to open the device details page. +1. [Click to visit the cloud platform](https://core.acceleronix.io/),Click **Details** in the device list to open the device details page. 2. Go to the **Location** tab to view LBS location data. diff --git a/docs/Application_guide/en/solutions/tracker_box(EG912U)/software_design.md b/docs/Application_guide/en/solutions/tracker_box(EG912U)/software_design.md index 33afa846..f10b9b0f 100644 --- a/docs/Application_guide/en/solutions/tracker_box(EG912U)/software_design.md +++ b/docs/Application_guide/en/solutions/tracker_box(EG912U)/software_design.md @@ -317,7 +317,7 @@ class SensorService(object): ### QTH Platform Client -The `QthClient class` is a client class used for communicating with the QTH (Quantum Technology Hub) platform. It is responsible for initializing, starting, and managing the connection to the QTH platform, as well as handling various events and callbacks from the platform. +The `QthClient class` is a client class used for communicating with the QTH platform. It is responsible for initializing, starting, and managing the connection to the QTH platform, as well as handling various events and callbacks from the platform. ```python logger = getLogger(__name__) diff --git a/docs/Application_guide/zh/solutions/tracker_box(EG912U)/quick_start.md b/docs/Application_guide/zh/solutions/tracker_box(EG912U)/quick_start.md index 4f5cb5a8..f488cea7 100644 --- a/docs/Application_guide/zh/solutions/tracker_box(EG912U)/quick_start.md +++ b/docs/Application_guide/zh/solutions/tracker_box(EG912U)/quick_start.md @@ -81,7 +81,7 @@ Acceleronix 开发的资产管理 SaaS 平台为特定行业提供全面解决 ### 查看设备位置(LBS) -1. 在设备列表中点击 **详情**,打开设备详情页。 +1. [点击访问云平台](https://core.acceleronix.io/),在设备列表中点击 **详情**,打开设备详情页。 2. 进入 **位置** 标签页查看 LBS 位置数据。 > **注意**:位置每 30 分钟更新一次。如需手动刷新,请点击应用控制面板中的刷新按钮,然后重新加载页面即可查看更新后的位置。 -- Gitee