Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
force offline type
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Nov 26, 2020
1 parent 3b03a3d commit 8c99e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class AndroidClient extends Client {
} else {
this.terminate();
}
} else if (data.info.includes("冻结")) {
} else if (data.info.includes("冻结") || data.info.includes("泄露")) {
sub_type = "frozen";
this.terminate();
} else if (data.info.includes("设备锁")) {
Expand Down

0 comments on commit 8c99e0e

Please sign in to comment.