diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c25c5..5debbc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file. ## [0.0.1] - 2023-09-22 ### 支持 -umi3 -chrome < 117 -取消chrome被自动化软件控制提示 -github actions化 -增加无chrome提示 +1. umi3 +2. chrome < 117 +3. 取消chrome被自动化软件控制提示 +4. github actions化 +5. 增加无chrome提示 diff --git a/vendor/github.com/zserge/lorca/locate.go b/vendor/github.com/zserge/lorca/locate.go index 52a45dd..d867bb1 100644 --- a/vendor/github.com/zserge/lorca/locate.go +++ b/vendor/github.com/zserge/lorca/locate.go @@ -60,7 +60,7 @@ func LocateChrome() string { } return path } - PromptDownload() + PromptDownload() return "" }