From 9f4923e6f2a3b22c073ac232b73ded050e2fae50 Mon Sep 17 00:00:00 2001 From: lixianjing Date: Wed, 16 Oct 2019 17:43:44 +0800 Subject: [PATCH] update docs --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 32dd394e06..869ce38a33 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [AWTK](https://github.com/zlgopen/awtk) 全称 Toolkit AnyWhere,是 [ZLG](http://www.zlg.cn/) 开发的开源 GUI 引擎,旨在为嵌入式系统、WEB、各种小程序、手机和 PC 打造的通用 GUI 引擎,为用户提供一个功能强大、高效可靠、简单易用、可轻松做出炫酷效果的 GUI 引擎。 -> 欢迎广大开发者一起参与开发: [生态共建计划](docs/AWTK_ecology.md)。 +> 欢迎广大开发者一起参与开发:[生态共建计划](docs/AWTK_ecology.md)。 #### [AWTK](https://github.com/zlgopen/awtk) 寓意有两个方面: @@ -49,7 +49,7 @@ [AWTK](https://github.com/zlgopen/awtk) 是跨平台的,这有两个方面的意思: -* AWTK 本身是跨平台的。目前支持的平台有 ZLG AWorks、Windows、Linux、MacOS、嵌入式 Linux 和嵌入式裸系统,可以轻松的移植到各种 RTOS 上。AWTK 以后也可以运行在浏览器 (即将公测)、各种小程序、Android 和 iOS 等平台上运行。 +* AWTK 本身是跨平台的。目前支持的平台有 ZLG AWorks、Windows、Linux、MacOS、嵌入式 Linux、Android、Web 和嵌入式裸系统,可以轻松的移植到各种 RTOS 上。AWTK 以后也可以运行在各种小程序和 iOS 等平台上运行。 * AWTK 同时还提供了一套跨平台的基础工具库。其中包括链表、数组、字符串 (UTF8 和 widechar),事件发射器、值、对象、文件系统、互斥锁和线程、表达式和字符串解析等等,让你用 AWTK 开发的应用程序可以真正跨平台运行。 @@ -174,7 +174,7 @@ scons (请先安装 python,scons 和 Visual Studio C++(版本 >=2017) -> 如果没有安装pywin32,请pip安装: +> 如果没有安装 pywin32,请 pip 安装: ``` pip install pywin32 @@ -187,7 +187,7 @@ scons bin\demoui ``` -> 如果没有安装PIL,请用pip安装。 +> 如果没有安装 PIL,请用 pip 安装。 ``` pip install Pillow @@ -195,7 +195,6 @@ pip install Pillow ## 五、在线演示 - * [图表演示](http://zlgawtk.bceapp.com/awtk/demos/Chart-Demo/index.html) * [仪表演示](http://zlgawtk.bceapp.com/awtk/demos/Meter-Demo/index.html) @@ -234,16 +233,15 @@ pip install Pillow * [君正](https://github.com/zlgopen/awtk-port-ingenic`) - ## 七、各语言的绑定 * [AWTK 绑定代码生成器](https://github.com/zlgopen/awtk-binding) -* [LUA绑定](https://github.com/zlgopen/awtk-lua) +* [LUA 绑定](https://github.com/zlgopen/awtk-lua) -* [JS绑定之QuickJS](https://github.com/zlgopen/awtk-quickjs) +* [JS 绑定之 QuickJS](https://github.com/zlgopen/awtk-quickjs) -* [JS绑定之JerryScript](https://github.com/zlgopen/awtk-jerryscript) +* [JS 绑定之 JerryScript](https://github.com/zlgopen/awtk-jerryscript) ## 八、相关工程