VlogTruyen Update Domain & update logo & change name ()

* VlogTruyen Update Domain

* Update Logo and change extensions name the same name source

* Revert

* override id

* Update Logo ~~
This commit is contained in:
are-are-are 2025-01-24 00:59:30 +07:00 committed by Draff
parent 4c3c2212e1
commit a25c0555d8
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 6 additions and 4 deletions
src/vi/vlogtruyen
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/vi/vlogtruyen

@ -1,7 +1,7 @@
ext { ext {
extName = 'VlogTruyen' extName = 'ThichDoc'
extClass = '.VlogTruyen' extClass = '.VlogTruyen'
extVersionCode = 4 extVersionCode = 5
isNsfw = true isNsfw = true
} }

Binary file not shown.

Before

(image error) Size: 4.8 KiB

After

(image error) Size: 3.5 KiB

Binary file not shown.

Before

(image error) Size: 2.5 KiB

After

(image error) Size: 1.8 KiB

Binary file not shown.

Before

(image error) Size: 7.5 KiB

After

(image error) Size: 5.4 KiB

Binary file not shown.

Before

(image error) Size: 14 KiB

After

(image error) Size: 10 KiB

Binary file not shown.

Before

(image error) Size: 24 KiB

After

(image error) Size: 16 KiB

@ -37,11 +37,13 @@ class VlogTruyen : ParsedHttpSource(), ConfigurableSource {
override val lang = "vi" override val lang = "vi"
override val name = "VlogTruyen" override val name = "ThichDoc"
override val supportsLatest = true override val supportsLatest = true
private val defaultBaseUrl = "https://vlogtruyen36.com" override val id: Long = 6425642624422299254
private val defaultBaseUrl = "https://thichdoc.net"
override val baseUrl by lazy { getPrefBaseUrl() } override val baseUrl by lazy { getPrefBaseUrl() }