mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-03 09:39:47 +00:00
Added the theme plugin type
This commit is contained in:
parent
4d79b0ec94
commit
ee5237ac44
@ -7,4 +7,5 @@ public enum PluginType
|
||||
LANGUAGE,
|
||||
ASSISTANT,
|
||||
CONFIGURATION,
|
||||
THEME,
|
||||
}
|
@ -7,6 +7,7 @@ public static class PluginTypeExtensions
|
||||
PluginType.LANGUAGE => "Language plugin",
|
||||
PluginType.ASSISTANT => "Assistant plugin",
|
||||
PluginType.CONFIGURATION => "Configuration plugin",
|
||||
PluginType.THEME => "Theme plugin",
|
||||
|
||||
_ => "Unknown plugin type",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user