mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-26 04:03:01 +01:00
Add Titan Manga (#2753)
This commit is contained in:
parent
d514f3f1c4
commit
a58c61b732
10
src/tr/titanmanga/build.gradle
Normal file
10
src/tr/titanmanga/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Titan Manga'
|
||||
extClass = '.TitanManga'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://titanmanga.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/titanmanga/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/titanmanga/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
BIN
src/tr/titanmanga/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/titanmanga/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
src/tr/titanmanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/titanmanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/tr/titanmanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/titanmanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
src/tr/titanmanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/titanmanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
@ -0,0 +1,12 @@
|
||||
package eu.kanade.tachiyomi.extension.tr.titanmanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class TitanManga : Madara(
|
||||
"Titan Manga",
|
||||
"https://titanmanga.com",
|
||||
"tr",
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue
Block a user