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
ok
  • Loading branch information
shelllet committed Dec 14, 2024
2 parents f4bc329 + eda66fc commit bfb2df9
Show file tree
Hide file tree
Showing 99 changed files with 798 additions and 146 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'docx'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: "docx"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

*WinUi++* 绝对不会嵌入任何广告、捆绑任何软件。也不会像国内某大厂一样耍流氓!比如安装的时候,加入各种捆绑,一不小心就装了某家的全家桶。在卸载的时候还要弄个脑筋急转弯,让你怀疑智商,甚至怀疑人生。

无论是打游戏还是工作当中*WinUi++* 都是不可缺少的一款辅助工具。
无论是游玩还是工作当中*WinUi++* 都是不可缺少的一款辅助工具。
### 主要功能

1. 鼠标键盘模拟和录制
Expand Down Expand Up @@ -37,7 +37,9 @@
* 视频介绍(油管): https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ
* 视频介绍(B站):https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951

* 如需要交流沟通,加入 [Discord](https://discord.gg/b4MeYbJrfk) 讨论。
* 如需要交流沟通,及时解决使用中的问题,请加入 [Discord](https://discord.gg/b4MeYbJrfk) 讨论。

* 微信交流群,可以从页面下面的评论处扫描加入沟通交流,及时解决使用中的问题.

### 购买序列号赞助

Expand Down
41 changes: 37 additions & 4 deletions docx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
# [0.39](https://github.com/shelllet/winui/compare/main...dev) (2024-09-30)
# [0.41.0](https://github.com/shelllet/winui/compare/main...dev) (2024-12-14)

### Changed:
1. 修复一些问题。
2. 添加内存读写动作:[ReadMemory](./actions/system/ReadMemory.md)[WriteMemory](./actions/system/WriteMemory.md)`DLL`注入:[AttachProcess](./actions/system/AttachProcess.md)

### Note

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

## [0.40.1](https://github.com/shelllet/winui/compare/main...dev) (2024-11-06)

### Changed:
1. 修复动作参数数字无法输入问题。
2. 运行时,禁用流程打开按钮。

### Note

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

## [0.40](https://github.com/shelllet/winui/compare/main...dev) (2024-11-04)

### Changed:
1. 更新注册机制。
2. 修复一些其它崩溃问题。

### Note

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

## [0.39](https://github.com/shelllet/winui/compare/main...dev) (2024-09-30)

### Changed:
1. 修复动作分组隐藏问题。
Expand All @@ -11,7 +44,7 @@
1. 使用管理员权限运行 *winui++*, 无法显示 *动作* 的拖动效果(已知问题)。
2. 64位下载(x64):https://bitbucket.org/winui-release/version/downloads/winui0.39.0-setup.x64.exe

# [0.38](https://github.com/shelllet/winui/compare/main...dev) (2024-09-06)
## [0.38](https://github.com/shelllet/winui/compare/main...dev) (2024-09-06)

### Changed:
1. 增加鼠标[滚动动作](./actions/mouse/WheelMouse.md)
Expand All @@ -26,7 +59,7 @@
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)
## [0.37](https://github.com/shelllet/winui/compare/main...dev) (2024-08-16)

### Changed:
1. 重命动作: [*退出流程*](./actions/control/Quit.md)
Expand All @@ -51,7 +84,7 @@

1. 下载:https://bitbucket.org/winui-release/version/downloads/winui0.36.1-setup.x64.exe

# [0.36](https://github.com/shelllet/winui/compare/main...dev) (2024-07-06)
## [0.36](https://github.com/shelllet/winui/compare/main...dev) (2024-07-06)

### Changed:
1. 添加图像旋转动作。
Expand Down
6 changes: 4 additions & 2 deletions docx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

_WinUi++_ 绝对不会嵌入任何广告、捆绑任何软件。也不会像国内某大厂一样耍流氓!比如安装的时候,加入各种捆绑,一不小心就装了某家的全家桶。在卸载的时候还要弄个脑筋急转弯,让你怀疑智商,甚至怀疑人生。

无论是打游戏还是工作当中,_WinUi++_ 都是不可缺少的一款辅助工具。
无论是游玩还是工作当中,*WinUi++* 都是不可缺少的一款辅助工具。

### 主要功能

Expand Down Expand Up @@ -37,4 +37,6 @@ _WinUi++_ 绝对不会嵌入任何广告、捆绑任何软件。也不会像国
- YT: [https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ](https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ)
- B 站:[https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951](https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951)

- 如果你有 *Discord*, 加入 [Discord](https://discord.gg/b4MeYbJrfk) 讨论。
- 如果你有 *Discord*, 加入 [Discord](https://discord.gg/b4MeYbJrfk) 讨论。

- 微信交流群,可以从页面下面的评论处扫描加入沟通交流,及时解决使用中的问题.
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/v4/download_latest ':id=simple')
[下载](https://api.winui.net/simple/v5/download_latest ':id=simple')


33 changes: 25 additions & 8 deletions docx/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [使用逻辑](./introduction/workflow/logic.md)
- [鼠标/键盘宏录制](./introduction/workflow/record)
- [变量](./introduction/workflow/variable.md)
- [资源](./introduction/workflow/resources.md)
- [流程操作技巧](./introduction/workflow/skill.md)
- [通配符匹配](./introduction/workflow/wildcard.md)
- [Glob模式匹配](./introduction/workflow/glob.md)
Expand All @@ -25,7 +26,7 @@
- [添加用户](./actions/system/UserAdd.md)
- [打开应用](./actions/system/OpenApplication.md)
- [打开文件](./actions/system/LaunchFile.md)
- [打开链接](./actions/system/OpenUri.md)
- [打开链接](./actions/system/OpenUrl.md)
- [退出系统](./actions/system/ExitWindows.md)
- [关闭句柄](./actions/system/CloseHandle.md)
- [检测进程](./actions/system/ExistProcess.md)
Expand All @@ -35,6 +36,9 @@
- [输出文本](./actions/system/OutputString.md)
- [创建对象](./actions/system/CreateObject.md)
- [调用方法](./actions/system/CallMethod.md)
- [读内存](./actions/system/ReadMemory.md)
- [写内存](./actions/system/WriteMemory.md)
- [附加进程](./actions/system/AttachProcess.md)
- 异步操作
- [定时器](./actions/async/WorkTimer.md)
- [定时任务](./actions/async/WorkTask.md)
Expand Down Expand Up @@ -73,6 +77,7 @@
- [监听鼠标](./actions/mouse/ListenMouse.md)
- [偏移移动](./actions/mouse/MoveOffset.md)
- [点击*网格](./actions/mouse/CellClick.md)
- [移动*网格](./actions/mouse/CellMove.md)
- [滚动鼠标](./actions/mouse/WheelMouse.md)
- 窗口
- [查找窗口](./actions/window/FindWindow.md)
Expand Down Expand Up @@ -247,8 +252,10 @@
- [添加元素](./actions/algorithm/PushBack.md)
- [删除元素](./actions/algorithm/PopBack.md)
- 类型
- [布尔](./actions/type/TypeBoolean.md)
- [数字](./actions/type/TypeNumber.md)
- [字符串](./actions/type/TypeString.md)
- [网址](./actions/type/TypeUri.md)
- [网址](./actions/type/TypeUrl.md)
- [坐标](./actions/type/TypePoint.md)
- [文件](./actions/type/TypeFile.md)
- [文件夹](./actions/type/TypeFolder.md)
Expand All @@ -260,6 +267,13 @@
- [颜色](./actions/type/TypeColor.md)
- [模型](./actions/type/TypeModel.md)
- [相机](./actions/type/TypeCamera.md)
- [字典](./actions/type/TypeDict.md)
- [元组](./actions/type/TypeTuple.md)
- [切片](./actions/type/TypeSlice.md)
- [列表](./actions/type/TypeList.md)
- [指针](./actions/type/TypePtr.md)
- [主机地址](./actions/type/TypeHostAddress.md)
- [字符串列表](./actions/type/TypeStrings.md)
- 内置类型
- [Boolean](./types/Boolean.md)
- [Number](./types/Number.md)
Expand All @@ -269,22 +283,25 @@
- [Rect](./types/Rect.md)
- [Scalar](./types/Scalar.md)
- [Color](./types/Color.md)
- [Bytes](./types/Bytes.md)
- [RotatedRect](./types/RotatedRect.md)
- [DetectionResult](./types/DetectionResult.md)
- [ClassificationResult](./types/ClassificationResult.md)
- [RecognitionResult](./types/RecognitionResult.md)
- [File](./types/File.md)
- [图像](./types/Image.md)
- [Image](./types/Image.md)
- [Size](./types/Size.md)
- [Url](./types/Url.md)
- [Wnd](./types/Wnd.md)
- [ModelSession](./types/ModelSession.md)
- [WebDriver](./types/WebDriver.md)
- [Timer](./types/Timer.md)
- [线程](./types/Thread.md)
- [键盘](./types/Keyboard.md)
- [主机地址](./types/HostAddress.md)
- [元组](./types/Tuple.md)
- [Thread](./types/Thread.md)
- [Keyboard](./types/Keyboard.md)
- [HostAddress](./types/HostAddress.md)
- [Tuple](./types/Tuple.md)
- [Slice](./types/Slice.md)
- [Ptr](./types/Ptr.md)
- 枚举类型
- [Colors](./enums/Colors.md)
- [Directions](./enums/Directions.md)
Expand All @@ -309,7 +326,7 @@
- [RelativePosition](./enums/RelativePosition.md)
- [MouseMessage](./enums/MouseMessage.md)
- [MorphologicalOperations](./enums/MorphologicalOperations.md)
- [ContourApproximationModes](./enums/ContourApproximationModes.md)
- [ContourApproximationMode](./enums/ContourApproximationMode.md)
- [FeatureAlgorithm](./enums/FeatureAlgorithm.md)
- [WindowSortDirection](./enums/WindowSortDirection.md)
- [FileExtension](./enums/FileExtension.md)
Expand Down
4 changes: 4 additions & 0 deletions docx/actions/algorithm/AccessArray.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@
## 其它

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/AccessArray.simple

<iframe type="text/html" height="640px" src="https://www.youtube.com/embed/Ur-wm-S-0ME" frameborder="0"></iframe>

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

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/AccessKey.simple

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

<iframe src="//player.bilibili.com/player.html?bvid=BV1oF2JYqEMU&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
4 changes: 4 additions & 0 deletions docx/actions/algorithm/ArraySize.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
## 其它

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/ArraySize.simple

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

<iframe src="//player.bilibili.com/player.html?bvid=BV1AFm3Y8EaF&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
4 changes: 4 additions & 0 deletions docx/actions/algorithm/CalculateCenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
### 其它

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/CalculateCenter.simple

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

<iframe src="//player.bilibili.com/player.html?bvid=BV181mHYBEWK&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
5 changes: 5 additions & 0 deletions docx/actions/algorithm/ConvertPoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@
### 其它

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/ClientToScreen.simple


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

<iframe src="//player.bilibili.com/player.html?bvid=BV1KFmPYjE1i&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
7 changes: 6 additions & 1 deletion docx/actions/algorithm/FilterArea.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@

### 其它

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/FilterArea.simple
示例:https://github.com/shelllet/WinUi/blob/main/algorithm/FilterArea.simple


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

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

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/FilterEllipse.simple

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

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

!> 如果短轴的最小值和长轴的最小值相同, 短轴的最大值和长轴的最大值相同,则可以筛选该半径范围内的的圆。
4 changes: 4 additions & 0 deletions docx/actions/algorithm/FilterPerimeter.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@
## 其它

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/FilterPerimeter.simple

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

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

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/FilterText.simple

<iframe type="text/html" height="640px" src="https://www.youtube.com/embed/2e18NMu-8Gs" frameborder="0"></iframe>

<iframe src="//player.bilibili.com/player.html?bvid=BV1i9ywYDEET&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
5 changes: 5 additions & 0 deletions docx/actions/algorithm/FilterVertex.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@
## 其它

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/FilterVertex.simple


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

<iframe src="//player.bilibili.com/player.html?bvid=BV1y8D5YjEeN&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
4 changes: 4 additions & 0 deletions docx/actions/algorithm/JoinString.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@
## 其它

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/JoinString.simple

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

<iframe src="//player.bilibili.com/player.html?bvid=BV1jF2JYBER6&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
5 changes: 5 additions & 0 deletions docx/actions/algorithm/RandomNumber.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ import random
random.randint(1, 100)
````

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

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

!> 该动作被执行之后就会生成确定的随机数。所有引用该动作的运行参数,都会使用相同的随机数。
3 changes: 3 additions & 0 deletions docx/actions/algorithm/RandomPoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/RandomPoint.simple

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

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

!> 该动作被执行之后就会生成确定的随机坐标。其他所有引用该动作的运行参数,都会使用相同的随机坐标。
4 changes: 4 additions & 0 deletions docx/actions/algorithm/SplitString.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@
## 其它

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/SplitString.simple

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

<iframe src="//player.bilibili.com/player.html?bvid=BV1qF2JYBETp&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
4 changes: 4 additions & 0 deletions docx/actions/algorithm/SubString.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
## 其它

示例:https://github.com/shelllet/WinUi/blob/main/algorithm/SubString.simple

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

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

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

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

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

!> 引用动作只是引用某个动作的执行结果,被引用的动作不会再次被执行。
Loading

0 comments on commit bfb2df9

Please sign in to comment.