Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Dec 20, 2023
1 parent 7a8c6ce commit 1242b5c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,20 @@ npm install -g glob

* [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)

* [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:

* [Examples for Custom Widgets: QR code](https://github.com/CUITzhaoqi/awtk-qr)
Expand Down
10 changes: 10 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,20 @@ npm install -g glob

* [扩展控件实例:Rive动画](https://github.com/zlgopen/awtk-widget-rive)

* [扩展控件实例:液体流动](https://github.com/zlgopen/awtk-widget-liquid-flow)

* [自定义字体加载器:加载部分字体](https://github.com/zlgopen/awtk-custom-font-loader)

* [用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)
Expand Down
5 changes: 3 additions & 2 deletions docs/awtk_ecology.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

## 索引

- [索引](#索引)
- [操作系统适配](#操作系统适配)
- [MCU芯片适配](#MCU芯片适配)
- [MCU芯片适配](#mcu芯片适配)
- [控件与示例](#控件与示例)
- [编程语言绑定](#编程语言绑定)
- [编译构建工具](#编译构建工具)
Expand Down Expand Up @@ -265,7 +266,7 @@
| 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 | 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) |


## 商业应用案例
Expand Down

0 comments on commit 1242b5c

Please sign in to comment.