Skip to content

Commit

Permalink
Verify the poison
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleydu committed Aug 31, 2020
1 parent 4484e59 commit 9d2ff8a
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 396 deletions.
159 changes: 0 additions & 159 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,165 +100,6 @@

<data android:scheme="cimoc" />

<!--Generate By feilong-->
<data
android:host="m.buka.cn"
android:scheme="http" />
<data
android:host="m.buka.cn"
android:scheme="https" />
<data
android:host="www.dm5.com"
android:scheme="http" />
<data
android:host="www.dm5.com"
android:scheme="https" />
<data
android:host="tel.dm5.com"
android:scheme="http" />
<data
android:host="tel.dm5.com"
android:scheme="https" />
<data
android:host="manhua.dmzj.com"
android:scheme="http" />
<data
android:host="manhua.dmzj.com"
android:scheme="https" />
<data
android:host="m.dmzj.com"
android:scheme="http" />
<data
android:host="m.dmzj.com"
android:scheme="https" />
<!-- <data
android:host="www.manhuagui.com"
android:scheme="http" />
<data
android:host="www.manhuagui.com"
android:scheme="https" />
<data
android:host="tw.manhuagui.com"
android:scheme="http" />
<data
android:host="tw.manhuagui.com"
android:scheme="https" />
<data
android:host="m.manhuagui.com"
android:scheme="http" />
<data
android:host="m.manhuagui.com"
android:scheme="https" /> -->
<data
android:host="m.5qmh.com"
android:scheme="http" />
<data
android:host="m.5qmh.com"
android:scheme="https" />
<data
android:host="m.pufei.net"
android:scheme="http" />
<data
android:host="m.pufei.net"
android:scheme="https" />
<data
android:host="ac.qq.com"
android:scheme="http" />
<data
android:host="ac.qq.com"
android:scheme="https" />
<data
android:host="m.ac.qq.com"
android:scheme="http" />
<data
android:host="m.ac.qq.com"
android:scheme="https" />
<data
android:host="www.u17.com"
android:scheme="http" />
<data
android:host="www.u17.com"
android:scheme="https" />
<data
android:host="www.migudm.cn"
android:scheme="http" />
<data
android:host="www.migudm.cn"
android:scheme="https" />
<data
android:host="m.migudm.cn"
android:scheme="http" />
<data
android:host="m.migudm.cn"
android:scheme="https" />
<!-- <data
android:host="h5.manhua.163.com"
android:scheme="http" />
<data
android:host="h5.manhua.163.com"
android:scheme="https" /> -->
<data
android:host="99770.hhxxee.com"
android:scheme="http" />
<data
android:host="99770.hhxxee.com"
android:scheme="https" />
<data
android:host="www.cartoonmad.com"
android:scheme="http" />
<data
android:host="www.cartoonmad.com"
android:scheme="https" />
<data
android:host="www.2animx.com"
android:scheme="http" />
<data
android:host="www.2animx.com"
android:scheme="https" />
<data
android:host="www.50mh.com"
android:scheme="http" />
<data
android:host="www.50mh.com"
android:scheme="https" />
<data
android:host="m.50mh.com"
android:scheme="http" />
<data
android:host="m.50mh.com"
android:scheme="https" />
<data
android:host="www.manhuadb.com"
android:scheme="http" />
<data
android:host="www.manhuadb.com"
android:scheme="https" />
<data
android:host="m.bnmanhua.com"
android:scheme="http" />
<data
android:host="m.bnmanhua.com"
android:scheme="https" />
<data
android:host="m.tohomh123.com"
android:scheme="http" />
<data
android:host="m.tohomh123.com"
android:scheme="https" />
<data
android:host="www.chuixue.net"
android:scheme="http" />
<data
android:host="www.chuixue.net"
android:scheme="https" />
<data
android:host="m.517manhua.com"
android:scheme="http" />
<data
android:host="m.517manhua.com"
android:scheme="https" />
<!--Generate By feilong end-->

</intent-filter>
</activity>
<provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private static void initSource(DaoSession session) {
list.add(U17.getDefaultSource());
list.add(DM5.getDefaultSource());
list.add(Webtoon.getDefaultSource());
list.add(HHSSEE.getDefaultSource());
//list.add(HHSSEE.getDefaultSource());
list.add(MH57.getDefaultSource());
list.add(MH50.getDefaultSource());
list.add(Dmzjv2.getDefaultSource());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ public Parser getParser(int type) {
case Webtoon.TYPE:
parser = new Webtoon(source);
break;
case HHSSEE.TYPE:
parser = new HHSSEE(source);
break;
// case HHSSEE.TYPE:
// parser = new HHSSEE(source);
// break;
case MH57.TYPE:
parser = new MH57(source);
break;
Expand Down
Loading

0 comments on commit 9d2ff8a

Please sign in to comment.