Add UltraLight Scans to Bakkin multisrc (#13854)

* Add UltraLight Scans icon

* Add UltraLight Scans in Bakkin Multisrc

Source is at readlight.org (#12780)

* Move to folder appropriate to what the site calls themselves

* specify `className` for ultralight so as to correctly select `res`
This commit is contained in:
nicki 2022-10-14 15:56:40 -05:00 committed by GitHub
parent 5b1d9f51bd
commit d315fe579f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -12,7 +12,8 @@ class BakkinGenerator : ThemeSourceGenerator {
override val sources = listOf(
SingleLang("Bakkin", "https://bakkin.moe/reader/", "en"),
SingleLang("Bakkin Self-hosted", "", "en", className = "BakkinSelfHosted")
SingleLang("Bakkin Self-hosted", "", "en", className = "BakkinSelfHosted"),
SingleLang("UltraLight Scans", "https://readlight.org/", "en", className = "UltraLightScans")
)
companion object {