fix: plugin type

This commit is contained in:
JzoNg
2024-11-22 14:53:20 +08:00
parent c768f8fdd1
commit 506e5e0bc8

View File

@@ -5,7 +5,7 @@ import type { Locale } from '@/i18n'
export enum PluginType {
tool = 'tool',
model = 'model',
extension = 'endpoint',
extension = 'extension',
}
export enum PluginSource {