Add MANGARAW+ (#1391)
This commit is contained in:
parent
c9633f3d0c
commit
be291b1822
10
src/ja/mangarawplus/build.gradle
Normal file
10
src/ja/mangarawplus/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'MANGARAW+'
|
||||||
|
extClass = '.MangaRawPlus'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://mangarawplus.org'
|
||||||
|
overrideVersionCode = 1
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/ja/mangarawplus/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/ja/mangarawplus/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
src/ja/mangarawplus/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/ja/mangarawplus/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
src/ja/mangarawplus/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/ja/mangarawplus/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
BIN
src/ja/mangarawplus/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/ja/mangarawplus/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
src/ja/mangarawplus/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/ja/mangarawplus/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.ja.mangarawplus
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
|
||||||
|
class MangaRawPlus : Madara("MANGARAW+", "https://mangarawplus.org", "ja") {
|
||||||
|
override val mangaSubString = "sp"
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user