mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
Add MyShojo (#5100)
This commit is contained in:
parent
dbd98ea94e
commit
cde1660677
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…
Reference in New Issue
Block a user