Add Tanuki-Manga (#3720)
This commit is contained in:
parent
b11603f86b
commit
a2b8ecbc12
10
src/th/tanukimanga/build.gradle
Normal file
10
src/th/tanukimanga/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Tanuki-Manga'
|
||||
extClass = '.TanukiManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://www.tanuki-manga.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/th/tanukimanga/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/th/tanukimanga/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
src/th/tanukimanga/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/th/tanukimanga/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
src/th/tanukimanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/th/tanukimanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/th/tanukimanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/th/tanukimanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
src/th/tanukimanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/th/tanukimanga/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.th.tanukimanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class TanukiManga : MangaThemesia(
|
||||
"Tanuki-Manga",
|
||||
"https://www.tanuki-manga.com",
|
||||
"th",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user