Add MyShojo (#5100)
This commit is contained in:
parent
660f49ee96
commit
ec8a7f0190
10
src/en/myshojo/build.gradle
Normal file
10
src/en/myshojo/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'MyShojo'
|
||||||
|
extClass = '.MyShojo'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://myshojo.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/myshojo/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/myshojo/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
src/en/myshojo/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/myshojo/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
src/en/myshojo/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/myshojo/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
src/en/myshojo/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/myshojo/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
BIN
src/en/myshojo/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/myshojo/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -0,0 +1,5 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.myshojo
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class MyShojo : MangaThemesia("MyShojo", "https://myshojo.com", "en")
|
Loading…
x
Reference in New Issue
Block a user