Skip to content

Commit 30e8987

Browse files
committed
update
1 parent 483aacf commit 30e8987

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

docx/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [0.45.0](https://github.com/shelllet/winui/compare/main...dev) (2025-xx-xx)
1+
# [0.45.0](https://github.com/shelllet/winui/compare/main...dev) (2025-06-13)
22

33
### Changed:
44
1. 添加最近打开窗口,方便打开流程。
@@ -10,7 +10,8 @@
1010
### Note
1111

1212
1. 使用管理员权限运行 *小友+*, 无法显示 *动作* 的拖动效果(已知问题)。
13-
2. 64位下载(x64):
13+
2. 此版本会清空缓存目录:`%LOCALAPPDATA%/Simple`
14+
3. 64位下载(x64):https://workdrive.zohopublic.com.cn/external/bd3d721a396c44df20e00de7ccf69d9957777ebe9591a871d9d777f9c7dfcedc/download
1415

1516
## [0.44.0](https://github.com/shelllet/winui/compare/main...dev) (2025-05-03)
1617

docx/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ _小友+_ 绝对不会嵌入任何广告、捆绑任何软件。也不会像国
3030
![小友+](https://winui.net/introduction/images/01.png)
3131

3232
- 开发版文档:https://shelllet.github.io/winui/#/
33-
- 示例流程https://github.com/shelllet/winui
33+
- 示例仓库https://github.com/shelllet/winui
3434

35-
- 版本下载[https://winui.net/](./CHANGELOG.md)
35+
- 软件下载[https://winui.net/](./CHANGELOG.md)
3636

37-
- YT: [https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ](https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ)
38-
- B 站[https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951](https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951)
37+
- Youtube视频教学: [https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ](https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ)
38+
- Bilibili 站视频教学[https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951](https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951)
3939

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

docx/actions/filesystem/DirectoryIterator.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
> 要遍历的文件夹
1616
* [recursive](./types/Boolean.md)
1717
> 是否递归遍历, 默认 `False`
18+
19+
* 扩展名 [`extensions`](./types/String.md)
20+
> 根据文件扩展名过滤,多个扩展名使用 `,``;` 或者 `|` 分隔。
21+
1822
* [async](./types/Boolean.md)
1923
> 是否异步处理子流程,也就是开启线程处理子流程。默认 `False`,不支持在脚本中使用。
2024
@@ -42,4 +46,11 @@ r.run(cbk)
4246

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

45-
<iframe src="//player.bilibili.com/player.html?bvid=BV1ym4y1p725&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
49+
<iframe src="//player.bilibili.com/player.html?bvid=BV1ym4y1p725&page=1&autoplay=0" height='640px' scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
50+
51+
52+
53+
## 版本变化
54+
55+
* 0.45
56+
> 增加 *扩展名过滤* 参数。

0 commit comments

Comments
 (0)