fix: add custom theme key (#440)

This commit is contained in:
UUBulb 2024-10-19 11:59:31 +08:00 committed by GitHub
parent f6531a52bd
commit aa81fc02ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ var Themes = map[string]string{
"hotaru": "Hotaru",
"angel-kanade": "AngelKanade",
"server-status": "ServerStatus",
"custom": "Custom(local)",
}
var DashboardThemes = map[string]string{