mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-26 04:03:01 +01:00
Add Doujinku (#3954)
This commit is contained in:
parent
c0299d09ee
commit
26f9705b2d
10
src/id/doujinku/build.gradle
Normal file
10
src/id/doujinku/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Doujinku'
|
||||
extClass = '.Doujinku'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://doujinku.org'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/id/doujinku/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/id/doujinku/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
src/id/doujinku/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/id/doujinku/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
src/id/doujinku/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/id/doujinku/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
BIN
src/id/doujinku/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/id/doujinku/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
src/id/doujinku/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/id/doujinku/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1,12 @@
|
||||
package eu.kanade.tachiyomi.extension.id.doujinku
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Doujinku : MangaThemesia(
|
||||
"Doujinku",
|
||||
"https://doujinku.org",
|
||||
"id",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
|
||||
)
|
Loading…
Reference in New Issue
Block a user