Junmeitu: rename source (#11958)

This commit is contained in:
kasperskier 2022-05-26 18:28:41 +08:00 committed by GitHub
parent e88c2d2f14
commit 83ca11a3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 6 additions and 5 deletions

View File

@ -2,10 +2,10 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
ext { ext {
extName = 'Junmei tu' extName = 'Junmeitu'
pkgNameSuffix = 'all.junmeitu' pkgNameSuffix = 'all.junmeitu'
extClass = '.JunmeiTu' extClass = '.Junmeitu'
extVersionCode = 1 extVersionCode = 2
isNsfw = true isNsfw = true
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -19,10 +19,11 @@ import org.jsoup.nodes.Element
import uy.kohesive.injekt.Injekt import uy.kohesive.injekt.Injekt
import uy.kohesive.injekt.api.get import uy.kohesive.injekt.api.get
class JunmeiTu() : ConfigurableSource, ParsedHttpSource() { class Junmeitu : ConfigurableSource, ParsedHttpSource() {
override val lang = "all" override val lang = "all"
override val name = "Junmei tu" override val name = "Junmeitu"
override val supportsLatest = true override val supportsLatest = true
override val id = 4721197766605490540
// Preference // Preference
private val preferences: SharedPreferences by lazy { private val preferences: SharedPreferences by lazy {