Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/shelllet/winui into dev
Browse files Browse the repository at this point in the history
update
  • Loading branch information
shelllet committed Jan 16, 2025
2 parents 4848ccc + 7aadf57 commit 393919a
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 15 deletions.
12 changes: 11 additions & 1 deletion docx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# [0.41.0](https://github.com/shelllet/winui/compare/main...dev) (2024-12-14)
# [0.42.0](https://github.com/shelllet/winui/compare/main...dev) (2025-01-19)

### Changed:
1. 修复一些异步动作执行问题。

### Note

1. 使用管理员权限运行 *winui++*, 无法显示 *动作* 的拖动效果(已知问题)。
2. 64位下载(x64):https://bitbucket.org/winui-release/version/downloads/winui0.42.0-setup.x64.exe

## [0.41.0](https://github.com/shelllet/winui/compare/main...dev) (2024-12-14)

### Changed:
1. 修复一些问题。
Expand Down
2 changes: 1 addition & 1 deletion docx/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
- [网址](./actions/type/TypeUrl.md)
- [坐标](./actions/type/TypePoint.md)
- [文件](./actions/type/TypeFile.md)
- [文件夹](./actions/type/TypeFolder.md)
- [路径](./actions/type/TypePath.md)
- [快捷键](./actions/type/TypeShortcut.md)
- [矩形](./actions/type/TypeRect.md)
- [资源](./actions/type/TypeResource.md)
Expand Down
13 changes: 5 additions & 8 deletions docx/actions/type/TypeCamera.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 相机
定义相机类型,当前系统必须连接相机设备。工业 *GIGE* 接口的相机需要手动安装相应的驱动
定义相机类型,当前系统必须连接相机设备,且不被占用(USB相机通常已经连接)。工业 *GIGE* 接口的相机需要手动安装相应的驱动程序

![TypeCamera](./images/15.png ':size=90%')

* 该动作不能获取相机图像,需要配合动作 [相机图像](./actions/media/VideoFrame.md) 获取相机图像。
## 权限
> 无要求
## 子流程
> 不支持
> 支持。
## 运行参数

* 相机
> 相机索引,默认值:`0`
> 相机索引,默认值:`0`,表示第 `1` 个相机设备

## 输出
Expand All @@ -30,7 +30,4 @@ cap = VideoCapture(0)

```

## 示例


!> 预览该动作执行, *6s* 之后停止。
## 示例
2 changes: 1 addition & 1 deletion docx/actions/type/TypeNumber.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 布尔
# 数字
定义一个 *数字* 类型。


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 文件夹
定义 *文件夹* 类型。
# 路径
定义 *路径* 类型。

![TypeFile](./images/07.png ':size=90%')
![TypePath](./images/07.png ':size=90%')

## 子流程
> 不支持
Expand Down
2 changes: 1 addition & 1 deletion docx/actions/type/TypeResource.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 资源
定义 *资源* 类型,用于选择嵌入流程中的资源,比如常用的图片文件。

![TypeResource](./images/09.png ':size=90%')
![TypeResource](./images/10.png ':size=90%')


## 子流程
Expand Down
Binary file modified docx/actions/type/images/15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docx/types/Ptr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Ptr


Class `Ptr`, 指针。


### 属性
9 changes: 9 additions & 0 deletions docx/types/VideoCapture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# VideoCapture


Class `VideoCapture`.


## 属性


0 comments on commit 393919a

Please sign in to comment.