diff --git a/README.md b/README.md index 9ecad8e61..5c86eb20a 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,8 @@ npm install -g glob * [Examples for Custom Widgets: Table View](https://github.com/zlgopen/awtk-widget-table-view) +* [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) * [Examples for Custom Widgets: VLabel](https://github.com/zlgopen/awtk-widget-vlabel) diff --git a/README_zh.md b/README_zh.md index 4e2ea8e4a..88fec611b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -332,6 +332,8 @@ npm install -g glob * [扩展控件实例:表格视图](https://github.com/zlgopen/awtk-widget-table-view) +* [扩展控件实例:HTML 视图](https://github.com/zlgopen/awtk-widget-html-view) + * [扩展控件实例:垂直文本](https://github.com/zlgopen/awtk-widget-vlabel) * [扩展控件实例:仿微信列表项](https://github.com/zlgopen/awtk-widget-slidable-row) diff --git a/docs/changes.md b/docs/changes.md index b3feb53d5..02822e88d 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,5 +1,8 @@ # 最新动态 +2020/03/14 + * 增加 [HTML View](https://github.com/zlgopen/awtk-widget-html-view) + 2020/03/13 * 修复 label\_get\_text\_line\_max\_w 接口在tr\_text属性为空调用失败的问题(感谢雨欣提供补丁)