mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-08 19:44:45 +08:00
update docs
This commit is contained in:
parent
b1940b9b28
commit
e2448cb06e
@ -22,7 +22,7 @@
|
||||
#### AWTK Designer - the UI design tool:
|
||||
|
||||
* It is no longer necessary to write XML by yourself.
|
||||
* Design the UI by drag and drop. What you see is what you get.
|
||||
* Design the UI by dragging and dropping. What you see is what you get.
|
||||
* Support quick preview and pack resources with one-click.
|
||||
* Registration and download: https://awtk.zlg.cn
|
||||
|
||||
@ -224,7 +224,7 @@ scons
|
||||
|
||||
> Please install python (64-bit python shall be installed for a 64-bit system), scons and Visual Studio C++ (version>=2017) first.
|
||||
|
||||
> If pywin32 isn't installed, please use pip install:
|
||||
> If pywin32 isn't installed, please use pip to install:
|
||||
|
||||
```
|
||||
pip install pywin32
|
||||
@ -242,13 +242,13 @@ bin\demoui
|
||||
|
||||
### for all platforms
|
||||
|
||||
> If PIL isn't installed, please use pip install:
|
||||
> If PIL isn't installed, please use pip to install:
|
||||
|
||||
```
|
||||
pip install Pillow
|
||||
```
|
||||
|
||||
> If nodejs glob isn't installed, please use npm install:
|
||||
> If nodejs glob isn't installed, please use npm to install:
|
||||
|
||||
```
|
||||
npm install -g glob
|
||||
|
@ -1,9 +1,14 @@
|
||||
# 最新动态
|
||||
|
||||
2020/10/26
|
||||
* 更新文档。
|
||||
* 修改英文版中的语法错误(感谢攀峰提供补丁)。
|
||||
|
||||
2020/10/25
|
||||
* 增加 object\_clone。
|
||||
* 窗口切换时,旧窗口按下的键,一直不松开,会持续触发 PRESS,可能会干扰新窗口的用户功能。在窗口切换时,abort 全部已经按下的键,直到按键松开。
|
||||
|
||||
|
||||
|
||||
2020/10/24
|
||||
* 增加函数 conf\_ini\_save\_as
|
||||
* 增加函数 conf\_json\_save\_as
|
||||
|
Loading…
x
Reference in New Issue
Block a user