Add Gaiatoon (#2858)

* Add Gaiatoon

* Add icons
This commit is contained in:
Chopper 2024-05-06 12:31:21 -03:00 committed by Draff
parent fd0b45a71e
commit 61e0817e90
7 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Gaiatoon'
extClass = '.Gaiatoon'
themePkg = 'mangathemesia'
baseUrl = 'https://gaiatoon.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.tr.gaiatoon
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class Gaiatoon : MangaThemesia(
"Gaiatoon",
"https://gaiatoon.com",
"tr",
dateFormat = SimpleDateFormat("MMMM d, yyy", Locale("tr")),
)