publish: 1.1.0 snapshot (ff46de5)

channel: master
version: 1.1.0
source-ref: master
published-at-utc: 2026-03-20T14:14:07Z
This commit is contained in:
Ant Browser Release Bot
2026-03-20 22:14:08 +08:00
parent 6428e1f661
commit fc5a6fadbe
127 changed files with 9852 additions and 2434 deletions
+6 -1
View File
@@ -26,7 +26,12 @@ func TestDescribeChromeProcessStartError(t *testing.T) {
{
name: "invalid win32",
err: fmt.Errorf("%%1 is not a valid Win32 application"),
want: "与系统架构不兼容",
want: "与系统/架构不兼容",
},
{
name: "linux exec format error",
err: fmt.Errorf("fork/exec /opt/chrome/chrome.exe: exec format error"),
want: "与系统/架构不兼容",
},
}