Add Mangastep (#8307)
This commit is contained in:
parent
383d9c5535
commit
7dcde729a6
10
src/th/mangastep/build.gradle
Normal file
10
src/th/mangastep/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Mangastep'
|
||||||
|
extClass = '.Mangastep'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://mangastep.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/th/mangastep/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/th/mangastep/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
src/th/mangastep/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/th/mangastep/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
src/th/mangastep/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/th/mangastep/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
BIN
src/th/mangastep/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/th/mangastep/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/th/mangastep/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/th/mangastep/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -0,0 +1,12 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.th.mangastep
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class Mangastep : MangaThemesia(
|
||||||
|
"Mangastep",
|
||||||
|
"https://mangastep.com",
|
||||||
|
"th",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user