update docs

This commit is contained in:
lixianjing 2020-08-23 17:44:49 +08:00
parent 3dcf48accf
commit 34cfc4397e
4 changed files with 19 additions and 3 deletions

View File

@ -280,6 +280,12 @@ pip install Pillow
* [Template Project](https://github.com/zlgopen/awtk-hello)
* [MVVM Template Project](https://github.com/zlgopen/awtk-mvvm-c-hello)
* [awtk-restful-httpd](https://github.com/zlgopen/awtk-restful-httpd)
* [Auto Test Engine](https://github.com/zlgopen/awtk-ui-automation)
* [Demonstration Codes with C Program](https://github.com/zlgopen/awtk-c-demos)
* [Wonderful Examples](https://github.com/zlgopen/awtk-examples)

View File

@ -280,6 +280,12 @@ pip install Pillow
* [模板工程](https://github.com/zlgopen/awtk-hello)
* [MVVM 模板工程](https://github.com/zlgopen/awtk-mvvm-c-hello)
* [awtk-restful-httpd](https://github.com/zlgopen/awtk-restful-httpd)
* [自动测试引擎](https://github.com/zlgopen/awtk-ui-automation)
* [C 示例代码](https://github.com/zlgopen/awtk-c-demos)
* [精彩示例](https://github.com/zlgopen/awtk-examples)
@ -312,7 +318,6 @@ pip install Pillow
* [扩展控件实例:圆形滑块](https://github.com/longyuwlz/awtk_slider_circle)
## 九、文档
* [开发文档](docs/README.md)

View File

@ -102,12 +102,13 @@
* 日期选择器。
* 音频接口。
* 支持文本双向排版
* 支持 appuim 自动测试
* table view
## 短期计划(顺序不定)
* tree view
* table view
* drag & drop
* 支持 appuim 自动测试
* 多点触摸和手势识别
## 长期计划
* Accessibility

View File

@ -1,5 +1,9 @@
# 最新动态
* 2020/08/23
* 新增 [awtk-restful-httpd](https://github.com/zlgopen/awtk-restful-httpd)
* 新增 [自动测试引擎](https://github.com/zlgopen/awtk-ui-automation)
* 2020/08/21
* 修复 main_loop_simple.c 事件部分成员没有初始化的问题(感谢梦幻櫻花提供补丁)。