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