Add Serein Scan (#2319)
CI / Prepare job (push) Successful in 4s Details
CI / Build individual modules (push) Successful in 2m51s Details
CI / Publish repo (push) Successful in 41s Details

* Add Serein Scan

* Update build.gradle

corrected overrideVersionCode

* Update build.gradle

Fix extName

* Update src/tr/sereinscan/build.gradle

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

* Update src/tr/sereinscan/src/eu/kanade/tachiyomi/extension/tr/sereinscan/SereinScan.kt

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

* Update icon

* Turkish date format

---------

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
This commit is contained in:
Norsze 2024-04-09 18:45:27 +02:00 committed by Draff
parent 8387d1a9de
commit d726f9eee1
7 changed files with 21 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

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