Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shelllet committed Sep 9, 2024
2 parents 3e28ad3 + aad630c commit 998650a
Show file tree
Hide file tree
Showing 19 changed files with 103 additions and 10 deletions.
15 changes: 15 additions & 0 deletions docx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.38](https://github.com/shelllet/winui/compare/main...dev) (2024-09-06)

### Changed:
1. 增加鼠标[滚动动作](./actions/mouse/WheelMouse.md)
2. 动作分组可以在设置中设置隐藏或者显示。
3. 修复编辑器无法编辑问题。

### Note

1. 使用管理员权限运行 *winui++*, 无法显示 *动作* 的拖动效果(已知问题)。
2. 更换默认安装目录为 *ProgramData*,全新安装 *winui++* 时, 不再需要 *管理员* 权限。如果覆盖安装,目录不会做变更。

3. 64位下载(x64):https://bitbucket.org/winui-release/version/downloads/winui0.38.0-setup.x64.exe


# [0.37](https://github.com/shelllet/winui/compare/main...dev) (2024-08-16)

### Changed:
Expand Down
2 changes: 1 addition & 1 deletion docx/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
- Right now support down to build 17763 (version 1809/October 2018 Update) of Windows 10.

[微软商店](https://apps.microsoft.com/store/detail/XP9BRHTXN0Z3V7)
[下载](https://winui.net/simple/v3/download ':id=simple')
[下载](https://winui.net/simple/v4/download_latest ':id=simple')


10 changes: 7 additions & 3 deletions docx/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
- [WinUi++](/)
- [简介](./introduction/README.md)
- 安装
- [使用需知](./introduction/README.md)
- 软件安装
- [直接安装](./introduction/installation/installed_by_exe.md)
- [微软商店安装](./introduction/installation/installed_by_msix.md)
- 安装问题
- [新安装无法启动](./introduction/installation/question/quest1.md)
- [覆盖安装无法启动](./introduction/installation/question/quest2.md)
- 流程
- 设置
- [动作分组隐藏](./introduction/installation/setting/action_group_setting.md)
- 流程介绍
- [项目属性](./introduction/workflow/property.md)
- [使用逻辑](./introduction/workflow/logic.md)
- [鼠标/键盘宏录制](./introduction/workflow/record)
- [变量](./introduction/workflow/variable.md)
- [流程操作技巧](./introduction/workflow/skill.md)
- [通配符匹配](./introduction/workflow/wildcard.md)
- [Glob模式匹配](./introduction/workflow/glob.md)
- [Web 定位策略](./introduction/webdriver/locators.md)
- [安装 UIAutomatorViewer 工具](./introduction/android/uiautomatorviewer.md)
- [动作](./actions/README.md)
- 系统
Expand Down Expand Up @@ -70,6 +73,7 @@
- [监听鼠标](./actions/mouse/ListenMouse.md)
- [偏移移动](./actions/mouse/MoveOffset.md)
- [点击*网格](./actions/mouse/CellClick.md)
- [滚动鼠标](./actions/mouse/WheelMouse.md)
- 窗口
- [查找窗口](./actions/window/FindWindow.md)
- [特定窗口](./actions/window/SpecialWindow.md)
Expand Down
3 changes: 3 additions & 0 deletions docx/actions/control/Code.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ global var

示例:https://github.com/shelllet/WinUi/blob/main/control/code.simple

<iframe type="text/html" height="640px" src="https://www.youtube.com/embed/T22DERK86p0" frameborder="0"></iframe>

<iframe src="//player.bilibili.com/player.html?bvid=BV11HH6eiE9w&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
2 changes: 2 additions & 0 deletions docx/actions/control/CodeExpression.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ a + 10 # 表达式。

> 表达式的计算结果。例如: `a` 是一个数字。则`a + 10`的结果是一个数字类型[`Number`](./types/Number.md)
<iframe type="text/html" height="640px" src="https://www.youtube.com/embed/mIhweQQ7DbI" frameborder="0"></iframe>

<iframe src="//player.bilibili.com/player.html?bvid=BV1FSWbeiEeN&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>

## 其它

Expand Down
4 changes: 4 additions & 0 deletions docx/actions/control/For.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@

示例:https://github.com/shelllet/WinUi/blob/main/control/for.simple


<iframe type="text/html" height="640px" src="https://www.youtube.com/embed/9yJp0OIeKdY" frameborder="0"></iframe>

<iframe src="//player.bilibili.com/player.html?bvid=BV15hegeAEVW&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
3 changes: 3 additions & 0 deletions docx/actions/control/GroupAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@

示例:https://github.com/shelllet/WinUi/blob/main/control/group.simple

<iframe type="text/html" height="640px" src="https://www.youtube.com/embed/O76SC9KCJFI" frameborder="0"></iframe>

<iframe src="//player.bilibili.com/player.html?bvid=BV1ZpsTeqEqy&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
3 changes: 3 additions & 0 deletions docx/actions/control/If.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@

示例:https://github.com/shelllet/WinUi/blob/main/control/if.simple

<iframe type="text/html" height="640px" src="https://www.youtube.com/embed/nmOsSlIuGsw" frameborder="0"></iframe>

<iframe src="//player.bilibili.com/player.html?bvid=BV1ZCWpeLEmu&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>


!> 不可通过 *[判断](./If.md)* 来判断 *容器/列表* 是否为空。
3 changes: 3 additions & 0 deletions docx/actions/control/Invoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@
示例:https://github.com/shelllet/WinUi/blob/main/control/invoke.simple


<iframe type="text/html" height="640px" src="https://www.youtube.com/embed/LMbJIYpma58" frameborder="0"></iframe>

<iframe src="//player.bilibili.com/player.html?bvid=BV1cBpTe6EUw&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
3 changes: 3 additions & 0 deletions docx/actions/control/LoggingControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@

示例:https://github.com/shelllet/WinUi/blob/main/control/LoggingControl.simple

<iframe type="text/html" height="640px" src="https://www.youtube.com/embed/WqcQ614bs0M" frameborder="0"></iframe>

<iframe src="//player.bilibili.com/player.html?bvid=BV1tWHHepEJN&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
3 changes: 3 additions & 0 deletions docx/actions/control/Param.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@

示例:https://github.com/shelllet/WinUi/blob/main/control/param.simple

<iframe type="text/html" height="640px" src="https://www.youtube.com/embed/FJ7zgSl38JU" frameborder="0"></iframe>

<iframe src="//player.bilibili.com/player.html?bvid=BV1WrsWe8EPp&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>

## 版本变化

Expand Down
6 changes: 5 additions & 1 deletion docx/actions/control/RelationalOperator.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@

## 其它

示例:https://github.com/shelllet/WinUi/blob/main/control/RelationalOperator.simple
示例:https://github.com/shelllet/WinUi/blob/main/control/RelationalOperator.simple

<iframe type="text/html" height="640px" src="https://www.youtube.com/embed/evcrf8rpq54" frameborder="0"></iframe>

<iframe src="//player.bilibili.com/player.html?bvid=BV13hs5ejEMo&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
26 changes: 26 additions & 0 deletions docx/actions/mouse/WheelMouse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 滚动鼠标
模拟鼠标滚轮操作。

![WheelMouse](./images/11.png ':size=90%')

## 子流程
> 不支持

## 运行参数

*
> 鼠标滚动的次数。
* 方向
> 参考:[Orientation](./enums/Orientation.md)

## 输出

>
## 其它

* 流程:https://github.com/shelllet/WinUi/blob/main/mouse/WheelMouse.simple

Binary file added docx/actions/mouse/images/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docx/actions/web/WebOpen.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

打开浏览器,支持 _Chrome_*Edge* 浏览器。由于使用浏览器用户数据的 *Default* 配置,执行该动作之前需要退出已经打开的浏览器。

* 建议使用非管理方式运行该动作
* *Edge* 浏览器将无法以管理员模式启动。这是微软出于安全原因而做出的明确决定

![WebOpen](./images/01.png ":size=90%")

Expand Down Expand Up @@ -37,4 +37,4 @@
!> 该动作如果首次运行,会检测驱动缓存目录:`%LOCALAPPDATA%\Simple\selenium` 是否有上表列出的相对应的浏览器驱动,如果不存在,则会下载相应的浏览器驱动。因此需要网络连接或者手动下载驱动放置在该目录。


!> 由于浏览器的安全策略限制,*Firefox* 外其它浏览器无法使用管理员身份进行自动化
!> 由于浏览器的安全策略限制,使用管理员身份执行该动作,可能导致失败
12 changes: 12 additions & 0 deletions docx/enums/Orientation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Orientation

* Left
>
* Right
>
* Up
>
* Down
>
7 changes: 4 additions & 3 deletions docx/introduction/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 系统配置要求

| <div style="width:200px"/> | 最低系统要求 | 推荐 |
| <div style="width:200px"/> | 最低系统要求 | <div style="width:200px">推荐</div> |
| :------------------------: | :--------------------------: | :---------------------: |
| 操作系統 | Windows® 10 64-bit 1809 以上 | Windows® 11 64-bit |
| 处理器 | - | - |
Expand All @@ -10,10 +10,11 @@
| 网络 | 非必要 | 有网络的环境下使用 |
| 分辨率 | 1024X768 | - |

- 最新版本:https://bitbucket.org/winui-release/version/downloads
- 历史版本:https://bitbucket.org/winui-release/version/downloads

- 问题提交:[https://github.com/shelllet/WinUi/issues](https://github.com/shelllet/WinUi/issues)

# 注册版和试用版
# 注册版 & 试用版

| <div style="width:200px"/> | <div style="width:200px">注册版</div> | <div style="width:200px">试用版</div> |
| :------------------------: | :-----------------------------------: | :-----------------------------------: |
Expand Down
Binary file added docx/introduction/installation/images/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 动作分组隐藏设置

1. 该界面控制动作列表中的分组是否显示。

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

* 默认所有的动作分组都会显示,如果想控制某个不常用的分组及动作不显示,可以在此界面取消勾选相应的分组。

0 comments on commit 998650a

Please sign in to comment.