add source for plugin tasks

This commit is contained in:
Yansong Zhang
2026-03-11 10:01:16 +08:00
parent 00dbaef04f
commit d1177e90aa

View File

@ -157,6 +157,7 @@ class PluginInstallTaskPluginStatus(BaseModel):
message: str = Field(description="The message of the install task.")
icon: str = Field(description="The icon of the plugin.")
labels: I18nObject = Field(description="The labels of the plugin.")
source: str = Field(default="", description="The installation source of the plugin")
class PluginInstallTask(BasePluginEntity):