熄屏问题修复
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user