熄屏问题修复

This commit is contained in:
2024-12-30 18:21:08 +08:00
parent 8aa502b734
commit 1fdf111b86
2 changed files with 4 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ func OpenApp(c context.Context, url string) {
s := make(chan struct{})
wait := b.EachEvent(func(e *proto.TargetTargetDestroyed) {
zap.S().Infoln("关闭待机网页")
zap.S().Infoln("浏览器关闭事件")
s <- struct{}{}
})
go wait()