fix(theme): remove unsupported theme

This commit is contained in:
LinkinStar 2022-12-09 18:01:19 +08:00
parent 350f317fc3
commit 2769c007e7
1 changed files with 0 additions and 8 deletions

View File

@ -11,12 +11,4 @@ var GetThemeOptions = []*GetThemeOption{
Label: "Default",
Value: "default",
},
{
Label: "Black",
Value: "black",
},
{
Label: "White",
Value: "white",
},
}