Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change api path #161

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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