Add Shijie Scans ()

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
src/tr/shijiescans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/tr/shijiescans

@ -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

(image error) Size: 4.4 KiB

Binary file not shown.

After

(image error) Size: 2.4 KiB

Binary file not shown.

After

(image error) Size: 6.0 KiB

Binary file not shown.

After

(image error) Size: 11 KiB

Binary file not shown.

After

(image error) Size: 16 KiB

@ -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")),
)