update docs

This commit is contained in:
lixianjing 2023-12-20 17:16:30 +08:00
parent 7a8c6ce8f4
commit 1242b5c2d6
3 changed files with 23 additions and 2 deletions

View File

@ -369,10 +369,20 @@ npm install -g glob
* [Examples for Custom Widgets: rive](https://github.com/zlgopen/awtk-widget-rive) * [Examples for Custom Widgets: rive](https://github.com/zlgopen/awtk-widget-rive)
* [Examples for Custom Widgets: liquid flow](https://github.com/zlgopen/awtk-widget-liquid-flow)
* [Examples for Custom Font Loader](https://github.com/zlgopen/awtk-custom-font-loader) * [Examples for Custom Font Loader](https://github.com/zlgopen/awtk-custom-font-loader)
* [Write AWTK App With ReactJS](https://github.com/zlgopen/react-awtk) * [Write AWTK App With ReactJS](https://github.com/zlgopen/react-awtk)
* [awtk-modbus](https://github.com/zlgopen/awtk-modbus)
* [awtk-ftpd](https://github.com/zlgopen/awtk-ftpd)
* [awtk-ftp-fs](https://github.com/zlgopen/awtk-ftp-fs)
* [awtk-hmi](https://github.com/zlgopen/awtk-hmi)
The third party provides: The third party provides:
* [Examples for Custom Widgets: QR code](https://github.com/CUITzhaoqi/awtk-qr) * [Examples for Custom Widgets: QR code](https://github.com/CUITzhaoqi/awtk-qr)

View File

@ -373,10 +373,20 @@ npm install -g glob
* [扩展控件实例Rive动画](https://github.com/zlgopen/awtk-widget-rive) * [扩展控件实例Rive动画](https://github.com/zlgopen/awtk-widget-rive)
* [扩展控件实例:液体流动](https://github.com/zlgopen/awtk-widget-liquid-flow)
* [自定义字体加载器:加载部分字体](https://github.com/zlgopen/awtk-custom-font-loader) * [自定义字体加载器:加载部分字体](https://github.com/zlgopen/awtk-custom-font-loader)
* [用reactjs开发AWTK应用程序](https://github.com/zlgopen/react-awtk) * [用reactjs开发AWTK应用程序](https://github.com/zlgopen/react-awtk)
* [MODBUS 协议](https://github.com/zlgopen/awtk-modbus)
* [FTP 服务器](https://github.com/zlgopen/awtk-ftpd)
* [基于FTP的文件系统](https://github.com/zlgopen/awtk-ftp-fs)
* [开源智能串口屏](https://github.com/zlgopen/awtk-hmi)
第三方提供: 第三方提供:
* [扩展控件实例:二维码](https://github.com/CUITzhaoqi/awtk-qr) * [扩展控件实例:二维码](https://github.com/CUITzhaoqi/awtk-qr)

View File

@ -8,8 +8,9 @@
## 索引 ## 索引
- [索引](#索引)
- [操作系统适配](#操作系统适配) - [操作系统适配](#操作系统适配)
- [MCU芯片适配](#MCU芯片适配) - [MCU芯片适配](#mcu芯片适配)
- [控件与示例](#控件与示例) - [控件与示例](#控件与示例)
- [编程语言绑定](#编程语言绑定) - [编程语言绑定](#编程语言绑定)
- [编译构建工具](#编译构建工具) - [编译构建工具](#编译构建工具)
@ -265,7 +266,7 @@
| SCons | MinGW | https://github.com/zlgopen/awtk-scons-mingw | [ZLG](http://www.zlg.cn) | | SCons | MinGW | https://github.com/zlgopen/awtk-scons-mingw | [ZLG](http://www.zlg.cn) |
| CMake | MSVC | https://github.com/zlgopen/awtk-msvc | [ZLG](http://www.zlg.cn) | | CMake | MSVC | https://github.com/zlgopen/awtk-msvc | [ZLG](http://www.zlg.cn) |
| CMake | macOS | https://github.com/oskycar/awtktest_cmake | [allenyang](https://github.com/oskycar) | | CMake | macOS | https://github.com/oskycar/awtktest_cmake | [allenyang](https://github.com/oskycar) |
| SCons | Windows | https://gitee.com/zlgopen/awtk-scons-cross-compile | [ZLG](http://www.zlg.cn) |
## 商业应用案例 ## 商业应用案例