update docs

This commit is contained in:
lixianjing 2020-10-02 13:08:22 +08:00
parent 5240d309bd
commit fa515b26cd
3 changed files with 9 additions and 0 deletions

View File

@ -310,6 +310,8 @@ pip install Pillow
* [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)
* [Examples for Custom Font Loader](https://github.com/zlgopen/awtk-custom-font-loader)
The third party provides:

View File

@ -312,6 +312,8 @@ pip install Pillow
* [扩展控件实例:表格视图](https://github.com/zlgopen/awtk-widget-table-view)
* [扩展控件实例:垂直文本](https://github.com/zlgopen/awtk-widget-vlabel)
* [扩展控件实例:仿微信列表项](https://github.com/zlgopen/awtk-widget-slidable-row)
* [自定义字体加载器:加载部分字体](https://github.com/zlgopen/awtk-custom-font-loader)

View File

@ -1,7 +1,12 @@
# 最新动态
* 2020/10/02
* 更新文档。
* 修复macos编译问题(感谢提[suzp1984](https://github.com/suzp1984)供补丁)
* 2020/10/01
* mledit 增加 open\_im\_when\_focused 和 close\_im\_when\_blured 属性。
* 重构 label把部分函数移动到 line_break 中。
* 2020/09/29
* 删除了 assets\_manager\_ref 函数的空字符串的警告信息(感谢智明提供补丁)。