parent
6423049771
commit
a9b5fbd2aa
10
src/th/ecchidoujin/build.gradle
Normal file
10
src/th/ecchidoujin/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Ecchi-Doujin'
|
||||||
|
extClass = '.EcchiDoujin'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://ecchi-doujin.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/th/ecchidoujin/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/th/ecchidoujin/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
BIN
src/th/ecchidoujin/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/th/ecchidoujin/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
src/th/ecchidoujin/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/th/ecchidoujin/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
src/th/ecchidoujin/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/th/ecchidoujin/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
src/th/ecchidoujin/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/th/ecchidoujin/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
@ -0,0 +1,13 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.th.ecchidoujin
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class EcchiDoujin : MangaThemesia(
|
||||||
|
"Ecchi-Doujin",
|
||||||
|
"https://ecchi-doujin.com",
|
||||||
|
"th",
|
||||||
|
"/doujin",
|
||||||
|
SimpleDateFormat("MMMM d, yyyy", Locale("th")),
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user