Skip to content

Commit

Permalink
Merge pull request #158 from shelllet/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
shelllet authored Nov 5, 2024
2 parents 134499a + 92293f9 commit 18ee08b
Show file tree
Hide file tree
Showing 22 changed files with 95 additions and 10 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
11 changes: 11 additions & 0 deletions docx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [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:
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>
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>
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>

!> 引用动作只是引用某个动作的执行结果,被引用的动作不会再次被执行。
4 changes: 4 additions & 0 deletions docx/actions/control/ArithmeticCalculate.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@
## 其它

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

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

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

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


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

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

## 其它

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

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

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

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


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

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

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

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

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

!> 引用动作只是引用某个动作的执行结果,被引用的动作不会再次被执行。
4 changes: 4 additions & 0 deletions docx/actions/control/Quit.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
## 其它

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

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

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

0 comments on commit 18ee08b

Please sign in to comment.