parent
f019c2a273
commit
9f720a3488
10
src/vi/mehentai/build.gradle
Normal file
10
src/vi/mehentai/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = "MeHentai"
|
||||
extClass = ".MeHentai"
|
||||
themePkg = "manhwaz"
|
||||
baseUrl = "https://mehentai.tv"
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
BIN
src/vi/mehentai/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/vi/mehentai/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
BIN
src/vi/mehentai/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/vi/mehentai/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
src/vi/mehentai/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/vi/mehentai/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
BIN
src/vi/mehentai/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/vi/mehentai/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
src/vi/mehentai/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/vi/mehentai/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@ -0,0 +1,11 @@
|
||||
package eu.kanade.tachiyomi.extension.vi.mehentai
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.manhwaz.ManhwaZ
|
||||
|
||||
class MeHentai : ManhwaZ(
|
||||
"MeHentai",
|
||||
"https://mehentai.tv",
|
||||
"vi",
|
||||
mangaDetailsAuthorHeading = "Tác giả",
|
||||
mangaDetailsStatusHeading = "Trạng thái",
|
||||
)
|
||||
Loading…
x
Reference in New Issue
Block a user