Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shelllet committed Nov 20, 2023
1 parent 7240586 commit def99d3
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 19 deletions.
2 changes: 2 additions & 0 deletions docx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

1. *工作线程* 动作支持选择是否立即运行。
2. *监听鼠标* 动作支持鼠标侧键。
3. *For*(循环)动作名称变更为 *ForEach*(迭代)动作,功能不变。
4. *IterParam*(迭代参数)动作名称变更为 *IterValue*(迭代数据)动作,并支持默认数据参数,功能不变。

### Deprecated:

Expand Down
4 changes: 2 additions & 2 deletions docx/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- 流程
- [项目属性](./introduction/workflow/property.md)
- [使用逻辑](./introduction/workflow/logic.md)
- [鼠标/键盘宏录制](./introduction/workflow/macro_record.md)
- [鼠标/键盘宏录制](./introduction/workflow/Record.md)
- [变量](./introduction/workflow/variable.md)
- [流程操作技巧](./introduction/workflow/skill.md)
- [通配符匹配](./introduction/workflow/wildcard.md)
Expand Down Expand Up @@ -135,7 +135,7 @@
- [保存](./actions/xml/XmlSaveDocument.md)
- [读取 Json](./actions/json/ReadJson.md)
- 逻辑
- [循环](./actions/control/For.md)
- [迭代](./actions/control/ForEach.md)
- [判断](./actions/control/If.md)
- [判空](./actions/control/IsEmpty.md)
- [调用](./actions/control/Invoke.md)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docx/actions/media/MediaPlay.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 声音播放
播放声音文件

![MediaPlay](./images/01.png ':size=90%')
![MediaPlay](./images/03.png ':size=90%')

## 子流程
> 不支持
Expand Down
4 changes: 2 additions & 2 deletions docx/actions/media/PlayRecord.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 键盘/鼠标宏重放
用于重放录制的键盘/鼠标宏。录制方法参考:[鼠标/键盘宏录制](.\intro\workflow\macro_record.md)
用于重放录制的键盘/鼠标宏。录制方法参考:[鼠标/键盘宏录制](.\intro\workflow\Record.md)

![PlayRecord](./images/01.png ':size=90%')
![PlayRecord](./images/04.png ':size=90%')

## 子流程
> 不支持
Expand Down
2 changes: 1 addition & 1 deletion docx/actions/media/VideoFrame.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 相机图像
获取相机的当前图像帧。

![VideoFrame](./images/01.png ':size=90%')
![VideoFrame](./images/05.png ':size=90%')

## 子流程
> 不支持
Expand Down
Binary file added docx/actions/media/images/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docx/actions/media/images/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 11 additions & 8 deletions docx/actions/network/HttpDownload.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# 下载
此动作通过 *HTTP* 协议下载网络文件。
通过 *http/https* 协议下载网络文件。

![action](./images/2022-11-27_144417.png ':size=90%')
![HttpDownload](./images/01.png ':size=90%')

## 子流程
> 不支持
## 运行参数

* Url: 要下载的URL,HTTP链接。
* Folder: 保存的目录。
* Name: 保存的文件名,如果为空,表示使用当前时间作为文件名。
* 网址
> 要下载的URL,仅支持 *http/ https* 链接。
* 文件夹
> 保存的目录。
* 名称
> 保存的文件名,如果为空,表示使用当前日期/时间作为文件名。
## 输出

> 保存的文件的完整路径。`Path`
> 下载的文件的完整路径。参考:[`Path`](../types/Path.md)


Expand All @@ -25,8 +28,8 @@ import simple;

```

### 示例
### 资源

[https://github.com/shelllet/WinUi/blob/main/http/http_download.simple](https://github.com/shelllet/WinUi/blob/main/http/http_download.simple)
示例:https://github.com/shelllet/WinUi/blob/main/http/HttpDownload.simple


2 changes: 1 addition & 1 deletion docx/introduction/installation/installed_by_msix.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@



!> [获取WinUI](ms-windows-store://pdp/?productid=9N8HM4N6R77J)
!> [点击直达微软商店页面,获取WinUi++](ms-windows-store://pdp/?productid=9N8HM4N6R77J)
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

* 切换录制窗口

![image](./introduction/images/02.png ':size=90%')
![image](./images/02.png ':size=90%')


* 添加

* 点击添加,可以打开添加对话框,如下图,填写名称,点击确定,*3s* 之后开始录制。如果想关闭对话框,按下键盘 `Esc` 键。

![image](./images/03.png ':size=90%')
![image](./images/03.png ':size=90%')

* 停止录制
* 按下快捷键 `Ctrl + Esc`
Expand All @@ -22,6 +22,6 @@

删除已经录制的宏

* 播放
* 如何重放?

创建流程,添加 *播放*动作,运行流程即可
创建流程,添加[*键盘/鼠标宏重放*](./actions/media/PlayRecord.md) 动作,运行流程即可
Binary file modified docx/introduction/workflow/images/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docx/introduction/workflow/images/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit def99d3

Please sign in to comment.