From eaf9c0be806abc77375c04a20d1deca05c59a2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dustin=20Wei=28=E9=9F=A6=E4=BC=9F=29?= Date: Sat, 14 Jun 2025 10:08:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E6=96=B9=E6=A1=88=E5=BF=AB=E9=80=9F=E5=85=A5=E9=97=A8?= =?UTF-8?q?github=E4=B8=8B=E8=BD=BD=E6=96=B9=E5=BC=8F=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AIChatBot-Volcengine-webRTC/dev_resources.md | 4 ++-- .../Agriculture-Control-Panel/dev_resources.md | 14 +++++++------- .../en/solutions/DTU-EG912U/dev_resources.md | 4 ++-- .../en/solutions/DTU/dev_resources.md | 4 ++-- .../en/solutions/SensorHub/dev_resources.md | 13 +++++++------ .../en/solutions/Wear/dev_resources.md | 14 +++++++------- .../solutions/electricity-meter/dev_resources.md | 14 +++++++------- .../en/solutions/poc/dev_resources.md | 2 +- .../en/solutions/tracker/dev_resources.md | 4 ++-- .../AIChatBot-Volcengine-webRTC/dev_resources.md | 3 ++- .../Agriculture-Control-Panel/dev_resources.md | 12 ++++++------ .../zh/solutions/DTU-EG912U/dev_resources.md | 2 +- .../zh/solutions/DTU/dev_resources.md | 2 +- .../zh/solutions/SensorHub/dev_resources.md | 12 +++++++----- .../zh/solutions/Wear/dev_resources.md | 12 ++++++------ .../solutions/electricity-meter/dev_resources.md | 12 ++++++------ .../zh/solutions/poc/dev_resources.md | 2 +- .../zh/solutions/tracker/dev_resources.md | 2 +- 18 files changed, 68 insertions(+), 64 deletions(-) diff --git a/docs/Application_guide/en/solutions/AIChatBot-Volcengine-webRTC/dev_resources.md b/docs/Application_guide/en/solutions/AIChatBot-Volcengine-webRTC/dev_resources.md index 9b9444b2..d107a13e 100644 --- a/docs/Application_guide/en/solutions/AIChatBot-Volcengine-webRTC/dev_resources.md +++ b/docs/Application_guide/en/solutions/AIChatBot-Volcengine-webRTC/dev_resources.md @@ -26,8 +26,8 @@ ## Source Code -- branch:ec800m-quecduino -- github repo:[AIChatBot-Volcengine-webRTC](https://github.com/QuecPython/AIChatBot-Volcengine-webRTC/tree/ec800m-quecduino) +- Branch:ec800m-quecduino +- The steps for downloading source code from the Github repository are as follows: ```bash git clone https://github.com/QuecPython/AIChatBot-Volcengine-webRTC.git cd AIChatBot-Volcengine-webRTC diff --git a/docs/Application_guide/en/solutions/Agriculture-Control-Panel/dev_resources.md b/docs/Application_guide/en/solutions/Agriculture-Control-Panel/dev_resources.md index c656cd30..68385ac7 100644 --- a/docs/Application_guide/en/solutions/Agriculture-Control-Panel/dev_resources.md +++ b/docs/Application_guide/en/solutions/Agriculture-Control-Panel/dev_resources.md @@ -52,14 +52,14 @@ ## Source code -- version: v1.0.1 +- Version: v1.0.1 -- github repo: +- The steps for downloading source code from the Github repository are as follows: -```bash -git clone https://github.com/QuecPython/solution-Agriculture-Control-Panel -cd solution-Agriculture-Control-Panel -git checkout v1.0.1 -``` + ```shell + git clone https://github.com/QuecPython/solution-Agriculture-Control-Panel + cd solution-Agriculture-Control-Panel + git checkout v1.0.1 + ``` - [Github Zip file download link](https://codeload.github.com/QuecPython/solution-Agriculture-Control-Panel/zip/refs/tags/v1.0.1) diff --git a/docs/Application_guide/en/solutions/DTU-EG912U/dev_resources.md b/docs/Application_guide/en/solutions/DTU-EG912U/dev_resources.md index 33177190..3704025b 100644 --- a/docs/Application_guide/en/solutions/DTU-EG912U/dev_resources.md +++ b/docs/Application_guide/en/solutions/DTU-EG912U/dev_resources.md @@ -35,9 +35,9 @@ Mode:[EG912U Core Board](https://python.quectel.com/doc/quecpython/Dev_board_g ## Experimental source code -- versions:v1.0.0 +- Versions:v1.0.0 -- Github Warehouse download +- The steps for downloading source code from the Github repository are as follows: ```shell git clone https://github.com/QuecPython/solution-simple-DTU diff --git a/docs/Application_guide/en/solutions/DTU/dev_resources.md b/docs/Application_guide/en/solutions/DTU/dev_resources.md index e8b9e974..d39e0f2a 100644 --- a/docs/Application_guide/en/solutions/DTU/dev_resources.md +++ b/docs/Application_guide/en/solutions/DTU/dev_resources.md @@ -44,9 +44,9 @@ This document collects and lists the required hardware resource list and related ## Source Code -- version:v1.0.0 +- Version:v1.0.0 -- Github repo +- The steps for downloading source code from the Github repository are as follows: ```shell git clone https://github.com/QuecPython/solution-HuaDTU.git diff --git a/docs/Application_guide/en/solutions/SensorHub/dev_resources.md b/docs/Application_guide/en/solutions/SensorHub/dev_resources.md index de790d6c..c5ec37df 100644 --- a/docs/Application_guide/en/solutions/SensorHub/dev_resources.md +++ b/docs/Application_guide/en/solutions/SensorHub/dev_resources.md @@ -32,11 +32,12 @@ download [Firmware](../../solutions/SensorHub/EC200UEUAAR05A01M08_TEST0222.zip ) ## Source Code -- version:v2.0.1 -- github repo: +- Version:v2.0.1 -```bash -git clone https://github.com/QuecPython/solution-Sensorhub -cd solution-sensorhub -``` +- The steps for downloading source code from the Github repository are as follows: + + ```shell + git clone https://github.com/QuecPython/solution-Sensorhub + cd solution-sensorhub + ``` diff --git a/docs/Application_guide/en/solutions/Wear/dev_resources.md b/docs/Application_guide/en/solutions/Wear/dev_resources.md index 5174d66d..3ce5fd85 100644 --- a/docs/Application_guide/en/solutions/Wear/dev_resources.md +++ b/docs/Application_guide/en/solutions/Wear/dev_resources.md @@ -49,14 +49,14 @@ ## Source code -- version: v1.0.1 +- Version: v1.0.1 -- github repo: +- The steps for downloading source code from the Github repository are as follows: -```bash -git clone https://github.com/QuecPython/solution-wearable -cd solution-wearable -git checkout v1.0.1 -``` + ```shell + git clone https://github.com/QuecPython/solution-wearable + cd solution-wearable + git checkout v1.0.1 + ``` - [Github Zip file download](https://github.com/QuecPython/solution-wearable/archive/refs/heads/master.zip) diff --git a/docs/Application_guide/en/solutions/electricity-meter/dev_resources.md b/docs/Application_guide/en/solutions/electricity-meter/dev_resources.md index 77747b6a..eb0d8116 100644 --- a/docs/Application_guide/en/solutions/electricity-meter/dev_resources.md +++ b/docs/Application_guide/en/solutions/electricity-meter/dev_resources.md @@ -60,15 +60,15 @@ ## Source code -- version: v1.0.0 +- Version: v1.0.0 -- github repo: +- The steps for downloading source code from the Github repository are as follows: -```bash -git clone https://github.com/QuecPython/solution-electricity-meter -cd solution-electricity-meter -git checkout v1.0.0 -``` + ```shell + git clone https://github.com/QuecPython/solution-electricity-meter + cd solution-electricity-meter + git checkout v1.0.0 + ``` - [Github Zip download](https://codeload.github.com/QuecPython/solution-electricity-meter/zip/refs/tags/v1.0.0) diff --git a/docs/Application_guide/en/solutions/poc/dev_resources.md b/docs/Application_guide/en/solutions/poc/dev_resources.md index 328d1085..3ab7f9f6 100644 --- a/docs/Application_guide/en/solutions/poc/dev_resources.md +++ b/docs/Application_guide/en/solutions/poc/dev_resources.md @@ -40,7 +40,7 @@ ## Source Code - Version: v2.0.1 -- github repo: +- The steps for downloading source code from the Github repository are as follows: ```bash git clone https://github.com/QuecPython/solution-POC cd solution-POC diff --git a/docs/Application_guide/en/solutions/tracker/dev_resources.md b/docs/Application_guide/en/solutions/tracker/dev_resources.md index 66abf573..add5c974 100644 --- a/docs/Application_guide/en/solutions/tracker/dev_resources.md +++ b/docs/Application_guide/en/solutions/tracker/dev_resources.md @@ -38,9 +38,9 @@ ## Source code -- version: V2.0.0 +- Version: V2.0.0 -- [github repo](https://github.com/QuecPython/solution-tracker/tree/master) +- The steps for downloading source code from the Github repository are as follows: ```bash # 1.pull source code diff --git a/docs/Application_guide/zh/solutions/AIChatBot-Volcengine-webRTC/dev_resources.md b/docs/Application_guide/zh/solutions/AIChatBot-Volcengine-webRTC/dev_resources.md index f648b82c..aba94364 100644 --- a/docs/Application_guide/zh/solutions/AIChatBot-Volcengine-webRTC/dev_resources.md +++ b/docs/Application_guide/zh/solutions/AIChatBot-Volcengine-webRTC/dev_resources.md @@ -3,6 +3,7 @@ ## 硬件资料 - EC800MCNLE / EC800MCNGB QuecDuino 开发板(含天线、Type-C 数据线等) + > - [点此购买开发板套件](https://www.quecmall.com/goods-detail/2c90800b8cb50925018e5a696d0104f7) - 电脑(Windows 7、Windows 10 或 Windows 11) - 喇叭 @@ -27,7 +28,7 @@ ## 实验源码 - branch:ec800m-quecduino -- github 仓库:[AIChatBot-Volcengine-webRTC](https://github.com/QuecPython/AIChatBot-Volcengine-webRTC/tree/ec800m-quecduino) +- 从 Github 仓库获取源代码步骤如下: ```bash git clone https://github.com/QuecPython/AIChatBot-Volcengine-webRTC.git cd AIChatBot-Volcengine-webRTC diff --git a/docs/Application_guide/zh/solutions/Agriculture-Control-Panel/dev_resources.md b/docs/Application_guide/zh/solutions/Agriculture-Control-Panel/dev_resources.md index 05f51c10..4d8210ae 100644 --- a/docs/Application_guide/zh/solutions/Agriculture-Control-Panel/dev_resources.md +++ b/docs/Application_guide/zh/solutions/Agriculture-Control-Panel/dev_resources.md @@ -56,12 +56,12 @@ - 版本:v1.0.1 -- github 仓库: +- 从 Github 仓库获取源代码步骤如下: -```bash -git clone https://github.com/QuecPython/solution-Agriculture-Control-Panel -cd solution-Agriculture-Control-Panel -git checkout v1.0.1 -``` + ```shell + git clone https://github.com/QuecPython/solution-Agriculture-Control-Panel + cd solution-Agriculture-Control-Panel + git checkout v1.0.1 + ``` - [压缩包下载](https://codeload.github.com/QuecPython/solution-Agriculture-Control-Panel/zip/refs/tags/v1.0.1) diff --git a/docs/Application_guide/zh/solutions/DTU-EG912U/dev_resources.md b/docs/Application_guide/zh/solutions/DTU-EG912U/dev_resources.md index f9bf9b17..f2821e26 100644 --- a/docs/Application_guide/zh/solutions/DTU-EG912U/dev_resources.md +++ b/docs/Application_guide/zh/solutions/DTU-EG912U/dev_resources.md @@ -36,7 +36,7 @@ - 版本:v1.0.0 -- Github 下载 +- 从 Github 仓库获取源代码步骤如下: ```shell git clone https://github.com/QuecPython/solution-simple-DTU diff --git a/docs/Application_guide/zh/solutions/DTU/dev_resources.md b/docs/Application_guide/zh/solutions/DTU/dev_resources.md index d2f84bb2..c0251825 100644 --- a/docs/Application_guide/zh/solutions/DTU/dev_resources.md +++ b/docs/Application_guide/zh/solutions/DTU/dev_resources.md @@ -46,7 +46,7 @@ - 版本:v1.0.0 -- Github 仓库下载 +- 从 Github 仓库获取源代码步骤如下: ```shell git clone https://github.com/QuecPython/solution-HuaDTU.git diff --git a/docs/Application_guide/zh/solutions/SensorHub/dev_resources.md b/docs/Application_guide/zh/solutions/SensorHub/dev_resources.md index 31d44372..56c915ef 100644 --- a/docs/Application_guide/zh/solutions/SensorHub/dev_resources.md +++ b/docs/Application_guide/zh/solutions/SensorHub/dev_resources.md @@ -38,10 +38,12 @@ ## 实验源码 - 版本:v2.0.1 -- github 仓库: -```bash -git clone https://github.com/QuecPython/solution-Sensorhub -cd solution-sensorhub -``` +- 从 Github 仓库获取源代码步骤如下: + ```shell + git clone https://github.com/QuecPython/solution-Sensorhub + cd solution-sensorhub + ``` + + diff --git a/docs/Application_guide/zh/solutions/Wear/dev_resources.md b/docs/Application_guide/zh/solutions/Wear/dev_resources.md index 7337b0c9..b8d4b49d 100644 --- a/docs/Application_guide/zh/solutions/Wear/dev_resources.md +++ b/docs/Application_guide/zh/solutions/Wear/dev_resources.md @@ -51,12 +51,12 @@ - 版本:v1.0.1 -- github 仓库: +- 从 Github 仓库获取源代码步骤如下: -```bash -git clone https://github.com/QuecPython/solution-wearable -cd solution-wearable -git checkout v1.0.1 -``` + ```shell + git clone https://github.com/QuecPython/solution-wearable + cd solution-wearable + git checkout v1.0.1 + ``` - [压缩包下载](https://github.com/QuecPython/solution-wearable/archive/refs/heads/master.zip) diff --git a/docs/Application_guide/zh/solutions/electricity-meter/dev_resources.md b/docs/Application_guide/zh/solutions/electricity-meter/dev_resources.md index 57f3dda3..50ce4578 100644 --- a/docs/Application_guide/zh/solutions/electricity-meter/dev_resources.md +++ b/docs/Application_guide/zh/solutions/electricity-meter/dev_resources.md @@ -64,13 +64,13 @@ - 版本:v1.0.0 -- github 仓库: +- 从 Github 仓库获取源代码步骤如下: -```bash -git clone https://github.com/QuecPython/solution-electricity-meter -cd solution-electricity-meter -git checkout v1.0.0 -``` + ```shell + git clone https://github.com/QuecPython/solution-electricity-meter + cd solution-electricity-meter + git checkout v1.0.0 + ``` - [压缩包下载](https://codeload.github.com/QuecPython/solution-electricity-meter/zip/refs/tags/v1.0.0) diff --git a/docs/Application_guide/zh/solutions/poc/dev_resources.md b/docs/Application_guide/zh/solutions/poc/dev_resources.md index 7135130d..cf19abc4 100644 --- a/docs/Application_guide/zh/solutions/poc/dev_resources.md +++ b/docs/Application_guide/zh/solutions/poc/dev_resources.md @@ -40,7 +40,7 @@ ## 实验源码 - 版本:v2.0.1 -- github 仓库: +- 从 Github 仓库获取源代码步骤如下: ```bash git clone https://github.com/QuecPython/solution-POC cd solution-POC diff --git a/docs/Application_guide/zh/solutions/tracker/dev_resources.md b/docs/Application_guide/zh/solutions/tracker/dev_resources.md index 050536f8..f52cc0ac 100644 --- a/docs/Application_guide/zh/solutions/tracker/dev_resources.md +++ b/docs/Application_guide/zh/solutions/tracker/dev_resources.md @@ -40,7 +40,7 @@ - 版本号:V2.0.0 -- [github 仓库](https://github.com/QuecPython/solution-tracker/tree/master) +- 从 Github 仓库获取源代码步骤如下: ```bash # 1.拉取主项目代码 -- Gitee From 9e005b2721e78de80ce4b10ac1ca175d014d9a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dustin=20Wei=28=E9=9F=A6=E4=BC=9F=29?= Date: Sat, 14 Jun 2025 10:23:35 +0800 Subject: [PATCH 2/2] =?UTF-8?q?update:=20=E5=88=A0=E9=99=A4FAQ=E4=B8=AD?= =?UTF-8?q?=E5=AF=B9=E4=BA=8E=E5=9F=BA=E7=AB=99=E5=AE=9A=E4=BD=8D=E6=B5=B7?= =?UTF-8?q?=E5=A4=96=E7=89=88=E7=9A=84=E9=94=99=E8=AF=AF=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/FAQ/zh/hardware/cellLocator.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/FAQ/zh/hardware/cellLocator.md b/docs/FAQ/zh/hardware/cellLocator.md index 28718837..f0c7ef94 100644 --- a/docs/FAQ/zh/hardware/cellLocator.md +++ b/docs/FAQ/zh/hardware/cellLocator.md @@ -22,7 +22,3 @@ - 4-超时时长超出范围,支持的范围(1 ~ 300)s - 5-指定的PDP网络未连接,请确认PDP是否正确 - 6-获取坐标出错。 - -### **移远官方的基站定位能在国外使用吗** - -可以,全球覆盖 \ No newline at end of file -- Gitee