From 40d0a072546609e4d88071ce0948721686cdf4e1 Mon Sep 17 00:00:00 2001 From: Yan_yan Date: Fri, 23 Oct 2020 15:04:34 +0800 Subject: [PATCH] remove element-ui library --- docs/.vuepress/enhanceApp.js | 4 +- docs/doc/communication/4G.md | 4 +- docs/doc/communication/5G.md | 6 +-- docs/doc/communication/Bluetooth.md | 4 +- docs/doc/communication/NB-IOT.md | 2 - docs/doc/communication/WiFi.md | 1 - docs/doc/communication/at.md | 4 +- docs/doc/communication/ethernet.md | 3 +- docs/doc/communication/mymqtt.md | 2 - docs/doc/constructenv/bianyi.md | 43 -------------------- docs/doc/constructenv/debug.md | 30 +------------- docs/doc/constructenv/goujian.md | 40 +----------------- docs/doc/hwsupport/aiit-arm32.md | 1 - docs/doc/hwsupport/aiit-arm64.md | 1 - docs/doc/hwsupport/hifive1-rev.md | 1 - docs/doc/hwsupport/kd233.md | 1 - docs/doc/hwsupport/maxgo.md | 1 - docs/doc/hwsupport/stm32f407-st-discovery.md | 1 - docs/doc/hwsupport/stm32f407zgt6.md | 1 - 19 files changed, 13 insertions(+), 137 deletions(-) diff --git a/docs/.vuepress/enhanceApp.js b/docs/.vuepress/enhanceApp.js index 58763d8..dbd3585 100755 --- a/docs/.vuepress/enhanceApp.js +++ b/docs/.vuepress/enhanceApp.js @@ -3,8 +3,6 @@ * * https://v1.vuepress.vuejs.org/guide/basic-config.html#app-level-enhancements */ -import Element from 'element-ui' -import 'element-ui/lib/theme-chalk/index.css' export default ({ Vue, // the version of Vue being used in the VuePress app @@ -13,5 +11,5 @@ export default ({ siteData // site metadata }) => { // ...apply enhancements for the site. - Vue.use(Element) + } diff --git a/docs/doc/communication/4G.md b/docs/doc/communication/4G.md index 00b25fc..af94194 100644 --- a/docs/doc/communication/4G.md +++ b/docs/doc/communication/4G.md @@ -1,7 +1,7 @@ # 4G ## 模块介绍 - + ### EC20 模块 @@ -241,7 +241,7 @@ EC200T 内置丰富的网络协议,集成多个工业标准接口,并支持 ## 模块配置和代码树 - + 对于4G 模块,默认配置就可以测试,可能需要修改的是UART设备的名字:
[\*] Enable 4G --->
    --- Enable 4G
diff --git a/docs/doc/communication/5G.md b/docs/doc/communication/5G.md index fed958f..9571589 100644 --- a/docs/doc/communication/5G.md +++ b/docs/doc/communication/5G.md @@ -2,10 +2,10 @@ ## 模块介绍 - + ## 模块配置和代码树 - + ## 测试程序 - + diff --git a/docs/doc/communication/Bluetooth.md b/docs/doc/communication/Bluetooth.md index b39f61c..9e3fba3 100644 --- a/docs/doc/communication/Bluetooth.md +++ b/docs/doc/communication/Bluetooth.md @@ -1,7 +1,7 @@ # bluetooth ## 模块介绍 - + ### HC-08蓝牙模块
@@ -52,7 +52,7 @@ HC-08 蓝牙模块第27/28/29/30引脚含义: ## 模块配置和代码树 - + 对于Bluetooth 模块,默认配置就可以测试,可能需要修改的是UART设备的名字:
[\*] Enable Bluetooth --->
diff --git a/docs/doc/communication/NB-IOT.md b/docs/doc/communication/NB-IOT.md index 6cf05cf..9e58ca4 100644 --- a/docs/doc/communication/NB-IOT.md +++ b/docs/doc/communication/NB-IOT.md @@ -500,7 +500,6 @@ td ## 模块介绍 - ### Quectel BC28 @@ -572,7 +571,6 @@ BC28 采用更易于焊接的 LCC 封装,可通过标准 SMT 设备实现模 ## 模块配置和代码树 - 对于NB-IOT 模块,默认配置就可以测试,可能需要修改的是UART设备的名字:
[\*] Enable NB-IOT --->
diff --git a/docs/doc/communication/WiFi.md b/docs/doc/communication/WiFi.md index a5c8677..2da1330 100644 --- a/docs/doc/communication/WiFi.md +++ b/docs/doc/communication/WiFi.md @@ -1,7 +1,6 @@ # WiFi ## 模块介绍 - ### ESP8266
diff --git a/docs/doc/communication/at.md b/docs/doc/communication/at.md index 9b5f402..999ca63 100644 --- a/docs/doc/communication/at.md +++ b/docs/doc/communication/at.md @@ -600,7 +600,7 @@ td ## AT 指令简介 - + AT指令是应用于终端设备与PC应用之间的连接与通信的指令。AT 即Attention。每个AT命令行中只能包含一条AT指令;对于AT指令的发送,除AT两个字符外,最多可以接收1056个字符的长度(包括最后的空字符)。

AT指令集是从终端设备(Terminal Equipment,TE)或数据终端设备(Data Terminal Equipment,DTE)向终端适配器(Terminal Adapter,TA)或数据电路终端设备(Data Circuit Terminal Equipment,DCE)发送的。

@@ -608,7 +608,7 @@ AT指令集是从终端设备(Terminal Equipment,TE)或数据终端设备( 每个AT命令行中只能包含一条AT指令;对于由终端设备主动向PC端报告的URC指示或者response响应,也要求一行最多有一个,不允许上报的一行中有多条指示或者响应。AT指令以回车作为结尾,响应或上报以回车换行为结尾。
## ESP8266 中AT指令的使用 - + 下面以ESP8266为例,来说明AT指令的使用。 - - diff --git a/docs/doc/constructenv/debug.md b/docs/doc/constructenv/debug.md index 775719e..d10af66 100755 --- a/docs/doc/constructenv/debug.md +++ b/docs/doc/constructenv/debug.md @@ -33,13 +33,7 @@ $ sudo mv kendryte-openocd-0.2.2-ubuntu64.tar.gz /opt $ cd /opt $ sudo tar -zxvf kendryte-openocd-0.2.2-ubuntu64.tar.gz - + $ sudo apt install libusb-dev libftdi-dev libhidapi-dev @@ -80,29 +74,7 @@ ## FAQ - - - -> 重新连接JLINK设备。 - - - - -> * Operation feedback: enable the users to clearly perceive their operations by style updates and interactive effects; -> * Visual feedback: reflect current state by updating or rearranging elements of the page. - - - -