update docs

This commit is contained in:
lixianjing 2022-05-28 15:55:00 +08:00
parent 0795e00ffc
commit a59fba8544
2 changed files with 5 additions and 1 deletions

View File

@ -337,6 +337,8 @@ npm install -g glob
* [Examples for Custom Widgets: Tree View](https://github.com/zlgopen/awtk-widget-tree-view)
* [Examples for Custom Widgets: Shape](https://github.com/zlgopen/awtk-widget-shape)
* [Examples for Custom Widgets: HTML View](https://github.com/zlgopen/awtk-widget-html-view)
* [Examples for Custom Widgets: ios/android like list item](https://github.com/zlgopen/awtk-widget-slidable-row)

View File

@ -331,7 +331,7 @@ npm install -g glob
* [扩展控件实例TinyGL](https://github.com/zlgopen/awtk-widget-glview)
* [扩展控件实例:number-label](https://github.com/zlgopen/awtk-widget-number-label)
* [扩展控件实例:数值标签](https://github.com/zlgopen/awtk-widget-number-label)
* [扩展控件实例:代码编辑器](https://github.com/zlgopen/awtk-widget-code-edit)
@ -341,6 +341,8 @@ npm install -g glob
* [扩展控件实例:树形视图](https://github.com/zlgopen/awtk-widget-tree-view)
* [扩展控件实例: Shape](https://github.com/zlgopen/awtk-widget-shape)
* [扩展控件实例HTML 视图](https://github.com/zlgopen/awtk-widget-html-view)
* [扩展控件实例:垂直文本](https://github.com/zlgopen/awtk-widget-vlabel)