Add Zenith Scans (#2379)

Co-authored-by: hasanturkylmz <hasanturkylmz@outlook.com>
This commit is contained in:
Hasan 2024-04-13 09:02:05 +03:00 committed by Draff
parent 1ad2cfa0e1
commit 53b99172d4
7 changed files with 21 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

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