move King of Shojo to en (#1918)

* move King of Shojo to en

* remove id override and reset version
This commit is contained in:
AwkwardPeak7 2024-03-17 23:05:50 +05:00 committed by Draff
parent 046c2aa421
commit e1c77ab678
13 changed files with 6 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

View File

@ -1,10 +0,0 @@
package eu.kanade.tachiyomi.extension.ar.kingofshojo
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class KingofShojo : MangaThemesia("King of Shojo", "https://kingofshojo.com", "ar", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar"))) {
override val hasProjectPage = true
}

View File

@ -3,7 +3,7 @@ ext {
extClass = '.KingofShojo'
themePkg = 'mangathemesia'
baseUrl = 'https://kingofshojo.com'
overrideVersionCode = 1
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.kingofshojo
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class KingofShojo : MangaThemesia("King of Shojo", "https://kingofshojo.com", "en")