update docs

This commit is contained in:
lixianjing 2020-12-06 17:54:08 +08:00
parent 98b4dd65fd
commit 4929e7026c
2 changed files with 17 additions and 1 deletions

View File

@ -294,6 +294,14 @@ npm install -g glob
* [MVVM Template Project](https://github.com/zlgopen/awtk-mvvm-c-hello)
* [awtk-csv-file](https://github.com/zlgopen/awtk-csv-file)
* [awtk-database-repository](https://github.com/zlgopen/awtk-database-repository)
* [awtk-sqlite3](https://github.com/zlgopen/awtk-sqlite3)
* [awtk-vscode-plugin](https://github.com/zlgopen/awtk-vscode-plugin)
* [awtk-restful-httpd](https://github.com/zlgopen/awtk-restful-httpd)
* [Auto Test Engine](https://github.com/zlgopen/awtk-ui-automation)

View File

@ -296,7 +296,15 @@ npm install -g glob
* [MVVM 模板工程](https://github.com/zlgopen/awtk-mvvm-c-hello)
* [awtk-restful-httpd](https://github.com/zlgopen/awtk-restful-httpd)
* [CSV文件操作](https://github.com/zlgopen/awtk-csv-file)
* [数据库Repository](https://github.com/zlgopen/awtk-database-repository)
* [Sqlite 基于 AWTK 的移植](https://github.com/zlgopen/awtk-sqlite3)
* [VSCode实时预览插件](https://github.com/zlgopen/awtk-vscode-plugin)
* [为嵌入式平台开发的RESTful的Web服务](https://github.com/zlgopen/awtk-restful-httpd)
* [自动测试引擎](https://github.com/zlgopen/awtk-ui-automation)