mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 19:04:39 -05:00
Add VUI as a webUI flavor (#873)
This commit is contained in:
@@ -109,6 +109,14 @@ enum class WebUIFlavor(
|
||||
"Suwayomi-WebUI",
|
||||
),
|
||||
|
||||
VUI(
|
||||
"VUI",
|
||||
"https://github.com/Suwayomi/Suwayomi-VUI",
|
||||
"https://raw.githubusercontent.com/Suwayomi/Suwayomi-VUI/main/versionToServerVersionMapping.json",
|
||||
"https://api.github.com/repos/Suwayomi/Suwayomi-VUI/releases/latest",
|
||||
"Suwayomi-VUI-Web",
|
||||
),
|
||||
|
||||
CUSTOM(
|
||||
"Custom",
|
||||
"repoURL",
|
||||
|
||||
Reference in New Issue
Block a user