feat: add batch 5 base-source wrappers (Madara, MangaThemesia, Keyoapp, MangAdventure)

arcrelight (MangAdventure), baektoons/fablescans (MangaThemesia), epicmanga/ero18x/evilflowers
(Madara), erisscans (Keyoapp); fix wrong HttpSource annotations in phase4 doc.
This commit is contained in:
achmad
2026-05-14 07:37:21 +07:00
parent 85f34b1b23
commit ae56f3037d
9 changed files with 140 additions and 15 deletions
+8
View File
@@ -141,6 +141,14 @@ import (
_ "goyomi/sources/en/monochromescans"
_ "goyomi/sources/en/assortedscans"
_ "goyomi/sources/en/eightmuses"
_ "goyomi/sources/en/arcrelight"
_ "goyomi/sources/en/baektoons"
_ "goyomi/sources/en/epicmanga"
_ "goyomi/sources/en/ero18x"
_ "goyomi/sources/en/erisscans"
_ "goyomi/sources/en/evilflowers"
_ "goyomi/sources/en/fablescans"
)
func main() {