Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shelllet committed Dec 26, 2023
1 parent 0049532 commit b20e7ac
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 25 deletions.
1 change: 1 addition & 0 deletions docx/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
- [声音播放](./actions/media/MediaPlay.md)
- [键盘/鼠标宏重放](./actions/media/PlayRecord.md)
- [相机图像](./actions/media/VideoFrame.md)
- [屏幕取色](./actions/media/PixelPoint.md)
- 网络
- [文件下载](./actions/network/HttpDownload.md)
- [视频下载](./actions/network/VideoDownload.md)
Expand Down
8 changes: 4 additions & 4 deletions docx/actions/media/CaptureFullScreen.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 全屏截图
全屏截图
全屏截图,对于多个显示器,只能截取主显示器屏幕图像。

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

Expand All @@ -10,14 +10,14 @@
## 运行参数

* 中心
> 要选择的 *ROI* 区域中心位置,*ROI* 区域之外,图像将置为黑色。
> 要选择的 *ROI* 区域中心位置,*ROI* 区域之外,图像将置为黑色。该参数不影响输出图像尺寸。
* 尺寸
> 要选择的 *ROI* 区域的长宽。*ROI* 区域之外,图像将置为黑色。
> 要选择的 *ROI* 区域的长宽。*ROI* 区域之外,图像将置为黑色。该参数不影响输出图像尺寸。

## 输出

> 图像,参考:[`Image`](./types/Image.md)
> 图像,参考:[`Image`](./types/Image.md),图像尺寸为整个窗口尺寸。

## 脚本调用
Expand Down
13 changes: 3 additions & 10 deletions docx/actions/media/CaptureWindow.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,14 @@
> 需要截图的窗口。如果为 ** ,选择当前激活的前置窗口。
* 中心
> 要选择的 *ROI* 区域中心位置,*ROI* 区域之外,图像将置为黑色。
> 要选择的 *ROI* 区域中心位置,*ROI* 区域之外,图像将置为黑色,该参数不影响输出图像尺寸
* 尺寸
> 要选择的 *ROI* 区域的长宽。*ROI* 区域之外,图像将置为黑色。
> 要选择的 *ROI* 区域的长宽。*ROI* 区域之外,图像将置为黑色,该参数不影响输出图像尺寸
## 输出

> 图像,参考:[`Image`](./types/Image.md)
> 图像,参考:[`Image`](./types/Image.md),图像尺寸为整个窗口尺寸。

## 脚本调用

```python
import simple;

```

## 资源

示例:https://github.com/shelllet/WinUi/blob/main/media/CaptureWindow.simple
Expand Down
12 changes: 2 additions & 10 deletions docx/actions/media/MediaPlay.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 声音播放
播放声音文件
播放声音文件

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

Expand All @@ -10,22 +10,14 @@
## 运行参数

* 媒体
> 本地声音文件,或者网址。
> 本地声音文件,或者网址。支持 *.mp3**.wav*格式的声音文件

## 输出

>

## 脚本调用

```python
import simple;

```


## 资源

示例:https://github.com/shelllet/WinUi/blob/main/media/MediaPlay.simple
Expand Down
2 changes: 1 addition & 1 deletion docx/actions/media/PixelPoint.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 屏幕取色
这个动作检索指定坐标处的像素的红色,绿色,蓝色(RGB)颜色值。

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

## 子流程
> 不支持
Expand Down
Binary file added docx/actions/media/images/06.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 b20e7ac

Please sign in to comment.