Skip to content

Commit e9095cd

Browse files
authored
Merge pull request #176 from shelllet/dev
Dev
2 parents 86295b1 + 6e48926 commit e9095cd

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

docx/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.47.1](https://github.com/shelllet/winui/compare/main...dev) (2025-10-09)
2+
3+
### Changed:
4+
1. 修复打开低版本创建的档案时,复制、粘贴动作出现的错误。
5+
2. 修复 [打开浏览器](./actions/web/WebOpen.md) 动作的错误。
6+
3. 开启用户相关界面功能(实验性)。
7+
8+
### Note
9+
10+
1. 使用管理员权限运行 *小友+*, 无法显示 *动作* 的拖动效果(已知问题)。
11+
2. 该版本由于内置了一些文字处理相关的模型,安装包大小已经超过 `300M`
12+
3. 下载(安装包):https://winui.net/_media/simple/小友+0.47.1-setup.x64.exe
13+
14+
115
# [0.47.0](https://github.com/shelllet/winui/compare/main...dev) (2025-09-22)
216

317
### Changed:

docx/actions/web/WebOpen.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
* 流程:https://github.com/shelllet/WinUi/blob/main/web/openurl.simple
3131

3232

33+
## 注意事項
34+
35+
* 在 Windows 上使用 Selenium 讓 Chrome 載入預設的用戶資料目錄(User Data Directory)可以保留你的登錄狀態、瀏覽歷史、書籤和擴展程序等。但是新版的Chrome浏览器似乎不支持默认的用户配置。仍然会报出来「DevToolsActivePort」的错误。
36+
* **不要同時運行兩個 Chrome 實例:** 你不能在同一個時間,同時運行一個手動打開的 Chrome 瀏覽器和你用 Selenium 腳本啟動的、且使用相同用戶資料目錄的 Chrome 實例。這會導致「DevToolsActivePort」錯誤。
37+
* **路徑中的斜槓:** 在 Python 中,Windows 的路徑可以使用雙反斜槓 `\\` 或單正斜槓 `/`。在 Java 中,則需要使用雙反斜槓 `\\` 來作為轉義字元。
38+
* **不同作業系統的路徑:** 上述路徑是針對 Windows 10/11 的。如果你在 macOS 或 Linux 上,路徑會不同。你可以同樣使用 `chrome://version/` 來找到對應的正確路徑。
3339

3440
## 驱动
3541

0 commit comments

Comments
 (0)