Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shelllet committed Sep 12, 2023
1 parent c867eac commit d2ed150
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docx/actions/mouse/ListenMouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@ r.msg = MouseMessage.MouseWheelForward
r.run(cbk)
```

## 示例
## 资源

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

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

<iframe src="//player.bilibili.com/player.html?bvid=BV1nh4y1v7TG&page=1&autoplay=0" height='640px' scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
7 changes: 6 additions & 1 deletion docx/actions/mouse/MoveOffset.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ import simple;

```

## 示例
## 资源


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

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

<iframe src="//player.bilibili.com/player.html?bvid=BV1Sp4y1L7bj&page=1&autoplay=0" height='640px' scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
4 changes: 4 additions & 0 deletions docx/actions/window/FindWindow.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ w.run()
示例:https://github.com/shelllet/WinUi/blob/main/window/FindWindow.simple


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

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

!> [Windows下的程序及热键监视神器——Spy++](https://zhuanlan.zhihu.com/p/355878952)

!> 附件: [spy++](https://gitlab.com/junwu/winui/-/raw/main/tools/spyxx.zip)
4 changes: 4 additions & 0 deletions docx/actions/window/SpecialWindow.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ import simple;
### 资源

示例:https://github.com/shelllet/WinUi/blob/main/window/SpecialWindow.simple

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

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

0 comments on commit d2ed150

Please sign in to comment.