Skip to content

Commit

Permalink
fix bug, closed #204 #205
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleydu committed Feb 24, 2021
1 parent 52b0175 commit b92a50b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ public static boolean isReverseOrder(Comic comic){
type == CCMH.TYPE ||
type == Cartoonmad.TYPE ||
//type == JMTT.TYPE ||
type == Manhuatai.TYPE ||
type == Tencent.TYPE ||
type == DM5.TYPE ||
type == GuFeng.TYPE ||
type == CopyMH.TYPE;
//type == Manhuatai.TYPE ||
//type == Tencent.TYPE ||
//type == GuFeng.TYPE ||
//type == CopyMH.TYPE ||
type == DM5.TYPE;
}
}

0 comments on commit b92a50b

Please sign in to comment.