
* new multisrc theme: A3MangaTheme * move NgonPhong into A3MangaTheme * fix: ignore scanlation groups from search result * chore: fix lint issues * rename A3MangaTheme to A3Manga, resolve a bunch of suggestions * fix: remove references of theme in the configuration * fix: change the activity name in manifest * fix: final newline * chore: remove gradle file (not used) * fix: rename ngonphong icons * chore: add ocumeo icons
8 lines
240 B
Kotlin
8 lines
240 B
Kotlin
package eu.kanade.tachiyomi.extension.vi.ngonphong
|
|
|
|
import eu.kanade.tachiyomi.multisrc.a3manga.A3Manga
|
|
|
|
class NgonPhong : A3Manga("Ngôn Phong", "https://www.ngonphong.com", "vi") {
|
|
override val id: Long = 7268977637085631557
|
|
}
|