Skip to content

Commit

Permalink
Merge pull request #161 from shelllet/dev
Browse files Browse the repository at this point in the history
change api path
  • Loading branch information
shelllet authored Nov 7, 2024
2 parents 91d9756 + 5737940 commit cb2c912
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 14 deletions.
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')


2 changes: 1 addition & 1 deletion docx/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,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
11 changes: 0 additions & 11 deletions docx/actions/system/OpenUri.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@

> 打开的链接,和 参数 `url` 相同。
## 脚本

```python
import simple

r = simple.OpenUriRunner("https://winui.net/#/")
# r.url = "https://winui.net/#/"
r.run()
```


## 资源

* 示例流程:https://github.com/shelllet/WinUi/blob/main/system/OpenUri.simple
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docx/introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- 咸鱼购买(手机链接):[loading...](https://winui.net ":id=buy")

<script>
Docsify.get('https://winui.net/simple/v3/buy_url').then((text, )=>{
Docsify.get('https://api.winui.net/simple/v5/buy_url').then((text, )=>{
document.getElementById('buy').href = text;
document.getElementById('buy').innerText = text;
});
Expand Down

0 comments on commit cb2c912

Please sign in to comment.