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:
parent
5b1d9f51bd
commit
d315fe579f
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 |
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue