NoyAcg: update URL (#16928)

This commit is contained in:
stevenyomi 2023-06-30 22:28:51 +08:00 committed by GitHub
parent 439578e5c8
commit 672894acfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'NoyAcg'
pkgNameSuffix = 'zh.noyacg'
extClass = '.NoyAcg'
extVersionCode = 1
extVersionCode = 2
isNsfw = true
}

View File

@ -26,7 +26,7 @@ class NoyAcg : HttpSource(), ConfigurableSource {
override val name get() = "NoyAcg"
override val lang get() = "zh"
override val supportsLatest get() = true
override val baseUrl get() = "https://app.noy.asia"
override val baseUrl get() = "https://noy1.top"
private val imageCdn by lazy {
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000).imageCdn