Add Shijie Scans (#2338)

This commit is contained in:
Norsze 2024-04-11 08:06:28 +02:00 committed by Draff
parent 13f8712813
commit 130a22e847
7 changed files with 21 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 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.shijiescans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class ShijieScans : MangaThemesia(
"Shijie Scans",
"https://shijiescans.com",
"tr",
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("tr")),
)