diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index acc900de..6b8752ae 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -90,7 +90,7 @@ body[data-page="en/uiflow/uiflow_home_page.md"] article.markdown-section { position: fixed; top:20%; - right: 100px; + right: 4%; z-index: 9999; } @@ -475,11 +475,6 @@ body[data-page="zh_CN/README.md"] .search { margin-right: 0px; width: 130px; } - .back_top { - position: fixed; - right: 10px; - bottom: 150px; - } .item { width: 130px; margin-right: 10px; @@ -781,4 +776,9 @@ body[data-page="zh_CN/README.md"] .search { mark { background-color: #007bff; color:white; +} + + +#_hj_feedback_container{ + display: none; } \ No newline at end of file diff --git a/docs/en/app/demo-board.md b/docs/en/app/demo-board.md index 574152fb..f36a17b8 100644 --- a/docs/en/app/demo-board.md +++ b/docs/en/app/demo-board.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**    :electric_plug:**[Schematic](#Schematic)**    :bulb:**[Quick Start](#Quick-Start)**    :octocat:**[Example](#Example)**    🛒**[Purchase](https://m5stack.com/collections/m5-application/products/iot-learning-kit)**       +:memo:**[Description](#Description)**    :electric_plug:**[Schematic](#Schematic)**    :bulb:**[Manual](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/Demo-Board_en.pdf)**    :octocat:**[Example](#Example)**    🛒**[Purchase](https://m5stack.com/collections/m5-application/products/iot-learning-kit)**       @@ -28,7 +28,7 @@ - step motor with four-phase five-wire - Radio frequency identification Reader - RS-458,RS232 series communication - + ## Include @@ -43,10 +43,6 @@ - -

Quick-Start

- - ## EasyLoader diff --git a/docs/en/case.md b/docs/en/case.md index f90d9a85..78b5d0f1 100644 --- a/docs/en/case.md +++ b/docs/en/case.md @@ -1,9 +1,5 @@ # M5Stack Cases {docsify-ignore-all} - - -## STEM Education Cases - ## M5Stack Awesome * [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD card diff --git a/docs/en/core/basic.md b/docs/en/core/basic.md index 5ed2a82b..7cd31379 100644 --- a/docs/en/core/basic.md +++ b/docs/en/core/basic.md @@ -165,8 +165,8 @@ The newly-produced M5Core replaces the screen with better display performance an TypeC x 1, GROVE(I2C+I/0+UART) x 1 - LCD Screen - 2 inch, 320x240 Colorful TFT LCD, ILI9341 + IPS Screen + 2 inch, 320x240 Colorful TFT LCD, ILI9342C Speaker diff --git a/docs/en/core/fire.md b/docs/en/core/fire.md index 940cf9ab..5709ae85 100644 --- a/docs/en/core/fire.md +++ b/docs/en/core/fire.md @@ -213,8 +213,8 @@ The GPIO 16 / 17 in Fire is connected to the PSRAM by default, so when you conne TypeC x 1, GROVE(I2C+I/0+UART) x 1 - LCD Screen - 2 inch, 320x240 Colorful TFT LCD, ILI9341 + IPS Screen + 2 inch, 320x240 Colorful TFT LCD, ILI9342C Speaker diff --git a/docs/en/core/gray.md b/docs/en/core/gray.md index 2aa488d2..85d8cf70 100644 --- a/docs/en/core/gray.md +++ b/docs/en/core/gray.md @@ -204,8 +204,8 @@ The newly-produced M5Core replaces the screen with better display performance an TypeC x 1, GROVE(I2C+I/0+UART) x 1 - LCD Screen - 2 inch, 320x240 Colorful TFT LCD, ILI9341 + IPS Screen + 2 inch, 320x240 Colorful TFT LCD, ILI9342C Speaker diff --git a/docs/en/core/m5go.md b/docs/en/core/m5go.md index 53fd4e6d..600bdce5 100644 --- a/docs/en/core/m5go.md +++ b/docs/en/core/m5go.md @@ -199,8 +199,8 @@ The newly-produced M5Core replaces the screen with better display performance an TypeC x 1, GROVE(I2C+I/0+UART) x 1 - LCD Screen - 2 inch, 320x240 Colorful TFT LCD, ILI9341 + IPS Screen + 2 inch, 320x240 Colorful TFT LCD, ILI9342C Speaker diff --git a/docs/en/core/m5go_lite.md b/docs/en/core/m5go_lite.md index ff698c3c..99b1b8a7 100644 --- a/docs/en/core/m5go_lite.md +++ b/docs/en/core/m5go_lite.md @@ -196,8 +196,8 @@ The newly-produced M5Core replaces the screen with better display performance an TypeC x 1, GROVE(I2C+I/0+UART) x 1 - LCD Screen - 2 inch, 320x240 Colorful TFT LCD, ILI9341 + IPS Screen + 2 inch, 320x240 Colorful TFT LCD, ILI9342C Speaker diff --git a/docs/index.html b/docs/index.html index e9555460..5659ae97 100644 --- a/docs/index.html +++ b/docs/index.html @@ -68,7 +68,7 @@ MicroPython API - M5Stack Cases + Cases UIFlow Software Tutorial FAQ @@ -217,7 +217,7 @@ $("#product").attr("href", "#"); $("#arduino").text("Arduino API"); $("#arduino").attr("href", "#/en/api"); - $("#cases").text("M5Stack Cases"); + $("#cases").text("Cases"); $("#cases").attr("href", "#/en/case"); $("#related").text("Software Tutorial"); $("#related").attr("href", "#/en/related_documents"); @@ -300,4 +300,16 @@ gtag('config', 'UA-138139529-2'); + + + \ No newline at end of file diff --git a/docs/zh_CN/app/demo-board.md b/docs/zh_CN/app/demo-board.md index 2b1446f5..6aa5f08b 100644 --- a/docs/zh_CN/app/demo-board.md +++ b/docs/zh_CN/app/demo-board.md @@ -4,7 +4,7 @@ * * * -:memo:**[描述](#描述)**   :electric_plug:**[原理图](#原理图)**   :bulb:**[上手指南](#上手指南)**   :octocat:**[例程](#例程)**   🛒**[购买链接](https://m5stack.com/collections/m5-application/products/iot-learning-kit)**       +:memo:**[描述](#描述)**   :electric_plug:**[原理图](#原理图)**   :bulb:**[上手指南](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/Demo-Board_cn.pdf)**   :octocat:**[例程](#例程)**   🛒**[购买链接](https://m5stack.com/collections/m5-application/products/iot-learning-kit)**       ## 描述 @@ -48,12 +48,6 @@ - - -

上手指南

- ## EasyLoader diff --git a/docs/zh_CN/case.md b/docs/zh_CN/case.md index cf6e1086..94aef2b3 100644 --- a/docs/zh_CN/case.md +++ b/docs/zh_CN/case.md @@ -1,7 +1,5 @@ # M5Stack案例 {docsify-ignore-all} -## STEM Education案例 - ## M5Stack优秀作品 * [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD card diff --git a/docs/zh_CN/core/basic.md b/docs/zh_CN/core/basic.md index 797e10ba..aba9b2c6 100644 --- a/docs/zh_CN/core/basic.md +++ b/docs/zh_CN/core/basic.md @@ -163,8 +163,8 @@ M5Stack Basic 由两个可分离部分堆叠组成. 顶部放置了电路板, TypeC x 1, GROVE(I2C+I/0+UART) x 1 - LCD屏幕 - 2 inch, 320x240 Colorful TFT LCD, ILI9341 + IPS屏幕 + 2 inch, 320x240 Colorful TFT LCD, ILI9342C 喇叭 diff --git a/docs/zh_CN/core/fire.md b/docs/zh_CN/core/fire.md index 084109f1..bd0c354a 100644 --- a/docs/zh_CN/core/fire.md +++ b/docs/zh_CN/core/fire.md @@ -210,8 +210,8 @@ Fire 中的 GPIO 16 / 17 默认与PSRAM连接,因此当你在连接或是堆 TypeC x 1, GROVE(I2C+I/0+UART) x 1 - LCD屏幕 - 2 inch, 320x240 Colorful TFT LCD, ILI9341 + IPS屏幕 + 2 inch, 320x240 Colorful TFT LCD, ILI9342C 喇叭 diff --git a/docs/zh_CN/core/gray.md b/docs/zh_CN/core/gray.md index 9bba1270..63842db4 100644 --- a/docs/zh_CN/core/gray.md +++ b/docs/zh_CN/core/gray.md @@ -195,8 +195,8 @@ TypeC x 1, GROVE(I2C+I/0+UART) x 1 - LCD屏幕 - 2 inch, 320x240 Colorful TFT LCD, ILI9341 + IPS屏幕 + 2 inch, 320x240 Colorful TFT LCD, ILI9342C 喇叭 diff --git a/docs/zh_CN/core/m5go.md b/docs/zh_CN/core/m5go.md index 7e98da2b..b86c79cc 100644 --- a/docs/zh_CN/core/m5go.md +++ b/docs/zh_CN/core/m5go.md @@ -194,8 +194,8 @@ TypeC x 1, GROVE(I2C+I/0+UART) x 1 - LCD屏幕 - 2 inch, 320x240 Colorful TFT LCD, ILI9341 + IPS屏幕 + 2 inch, 320x240 Colorful TFT LCD, ILI9342C 喇叭 diff --git a/docs/zh_CN/core/m5go_lite.md b/docs/zh_CN/core/m5go_lite.md index 74ffaa1d..f17e90b5 100644 --- a/docs/zh_CN/core/m5go_lite.md +++ b/docs/zh_CN/core/m5go_lite.md @@ -197,8 +197,8 @@ TypeC x 1, GROVE(I2C+I/0+UART) x 1 - LCD屏幕 - 2 inch, 320x240 Colorful TFT LCD, ILI9341 + IPS屏幕 + 2 inch, 320x240 Colorful TFT LCD, ILI9342C 喇叭