Team Lanh Lung: update domain (#17264)

This commit is contained in:
Vetle Ledaal 2023-07-26 17:30:20 +02:00 committed by GitHub
parent 8f895cc202
commit 5dd7409f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class A3MangaGenerator : ThemeSourceGenerator {
override val sources = listOf( override val sources = listOf(
SingleLang("A3 Manga", "https://www.a3mnga.com", "vi"), SingleLang("A3 Manga", "https://www.a3mnga.com", "vi"),
SingleLang("Team Lanh Lung", "https://teamlanhlung.com", "vi", sourceName = "Team Lạnh Lùng"), SingleLang("Team Lanh Lung", "https://teamlanhlung.vip", "vi", sourceName = "Team Lạnh Lùng", overrideVersionCode = 1),
SingleLang("Ngon Phong", "https://www.ngonphong.com", "vi", sourceName = "Ngôn Phong", overrideVersionCode = 1), SingleLang("Ngon Phong", "https://www.ngonphong.com", "vi", sourceName = "Ngôn Phong", overrideVersionCode = 1),
SingleLang("O Cu Meo", "https://www.ocumeo.com", "vi", sourceName = "Ổ Cú Mèo"), SingleLang("O Cu Meo", "https://www.ocumeo.com", "vi", sourceName = "Ổ Cú Mèo"),
) )