diff --git a/docs/en/uiflow/uiflow_home_page.md b/docs/en/uiflow/uiflow_home_page.md index 81b73437..36d37886 100644 --- a/docs/en/uiflow/uiflow_home_page.md +++ b/docs/en/uiflow/uiflow_home_page.md @@ -14,11 +14,21 @@
- + +

Hardware

Some basic control of device hardware in UIFlow, and information acquisition.

@@ -29,14 +39,14 @@

UIFlow display control for characters and graphics, as well as image upload and drawing functions.

View details »

+
+ +

Data structure

Introduction to data types in UIFlow, including constants, variables, characters, random numbers, lists, etc.

View details »

-
- -

Logic

The use of logic judgments, operations, and conditional loops, iterations, functions, etc. in UIFlow.

@@ -47,14 +57,14 @@

The higher-level functions in UIFlow involve remote functions and the use of MQTT communication.

View details »

+
+ +

Units

Introduction to how to use unit devices, such as ToF, ENV, Realy, inlucde I/O,UART,I2C,etc.

View details »

-
- -

Modules

Introduce some useful modules block add to your project in UIFlow.

@@ -65,6 +75,9 @@

UIFlow uses FACES panel for interface interaction or data manipulation help you to improve input efficiency.

View details »

+
+ +

Custom

The creation and use of UIFlow custom program blocks.

diff --git a/docs/zh_CN/uiflow/uiflow_home_page.md b/docs/zh_CN/uiflow/uiflow_home_page.md index d5af8990..ef1ef3e1 100644 --- a/docs/zh_CN/uiflow/uiflow_home_page.md +++ b/docs/zh_CN/uiflow/uiflow_home_page.md @@ -16,6 +16,21 @@
+
+

快速上手

+

在使用UIFlow之前进行的一些准备工作,包括UIFlow固件的烧录和网络配置以及一些基础内容。

+ +

硬件控制

UIFlow中关于设备硬件的一些基本控制,与信息获取.

@@ -26,13 +41,13 @@

UIFlow中关于字符与图形的显示控制,以及图片上传与绘图功能.

View details »

+
+

数据类型

UIFlow中关于数据类型的简介,包括常量、变量、字符、随机数、列表等.

View details »

-
-

逻辑循环

UIFlow中关于逻辑判断、运算,以及条件循环、迭代、函数等功能的使用.

@@ -43,15 +58,15 @@

UIFlow中较为高阶的功能,涉及远程功能、MQTT通信的使用.

View details »

+
+ + +

Units

UIFlow相关的Units使用方法,如ToF,ENV,Realy等模块,包含I/O类和I2C及UART接口的硬件.

View details »

-
- - -

Modules

UIFlow中配合Modules使用的操作说明.

@@ -62,6 +77,9 @@

UIFlow中使用FACES面板进行界面交互或数据操作,提高输入效率.

View details »

+
+ +

Custom

UIFlow自定义程序块的创建与使用.