Update the Bilibili Manga icon. ()

This commit is contained in:
Alessandro Jean 2022-05-13 19:20:00 -03:00 committed by GitHub
parent 0322746770
commit ca0b8219d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 1 additions and 1 deletions
multisrc
overrides/bilibili/bilibilimanga/res
src/main/java/eu/kanade/tachiyomi/multisrc/bilibili

Binary file not shown.

After

(image error) Size: 8.5 KiB

Binary file not shown.

After

(image error) Size: 4.2 KiB

Binary file not shown.

After

(image error) Size: 12 KiB

Binary file not shown.

After

(image error) Size: 23 KiB

Binary file not shown.

After

(image error) Size: 34 KiB

Binary file not shown.

After

(image error) Size: 209 KiB

@ -14,7 +14,7 @@ class BilibiliGenerator : ThemeSourceGenerator {
override val sources = listOf( override val sources = listOf(
MultiLang("BILIBILI COMICS", "https://www.bilibilicomics.com", listOf("en", "zh-Hans", "id"), className = "BilibiliComicsFactory"), MultiLang("BILIBILI COMICS", "https://www.bilibilicomics.com", listOf("en", "zh-Hans", "id"), className = "BilibiliComicsFactory"),
SingleLang("BILIBILI MANGA", "https://manga.bilibili.com", "zh-Hans", className = "BilibiliManga") SingleLang("BILIBILI MANGA", "https://manga.bilibili.com", "zh-Hans", className = "BilibiliManga", overrideVersionCode = 1)
) )
companion object { companion object {