1
0
forked from bot/app

add color plugin name

This commit is contained in:
2024-08-18 23:39:19 +08:00
parent aa9abde63a
commit 803b65e08e
9 changed files with 60 additions and 16 deletions

View File

@ -59,9 +59,9 @@ class PluginMetadata(BaseModel):
name: str
description: str = ""
usage: str = ""
type: str = ""
type: PluginType = PluginType.UNCLASSIFIED
author: str = ""
homepage: str = PluginType.UNCLASSIFIED
homepage: str = ""
extra: dict[str, Any] = {}