TruyenGG: Change name to FoxTruyen & update icon (#10561)

* TruyenGG: Rename to FoxTruyen & update icon

* bump version
This commit is contained in:
are-are-are 2025-09-19 13:55:59 +07:00 committed by Draff
parent 384206b02e
commit 8da4bc0fd0
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'TruyenGG'
extName = 'FoxTruyen'
extClass = '.TruyenGG'
extVersionCode = 7
extVersionCode = 8
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -27,7 +27,7 @@ import java.util.concurrent.TimeUnit
class TruyenGG : ParsedHttpSource(), ConfigurableSource {
override val name = "TruyenGG"
override val name = "FoxTruyen"
override val lang = "vi"
@ -39,6 +39,8 @@ class TruyenGG : ParsedHttpSource(), ConfigurableSource {
override val baseUrl by lazy { getPrefBaseUrl() }
override val id: Long = 1458993267006200127
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
.rateLimitHost(baseUrl.toHttpUrl(), 1, 2, TimeUnit.SECONDS)
.build()