change: check android device offline

This commit is contained in:
lilong.129
2023-05-30 21:31:51 +08:00
parent 21a2f9fd22
commit b0e7a6609f
3 changed files with 19 additions and 4 deletions

View File

@@ -462,6 +462,7 @@ var popups = [][]string{
{".*定位.*", ".*允许.*"},
{".*拍照.*", "仅.*允许"},
{".*录音.*", "仅.*允许"},
{"管理使用时间", ".*忽略.*"},
}
func (dExt *DriverExt) autoPopupHandler(ocrResult *OcrResult) error {