fix plugin name

This commit is contained in:
thsrite
2024-04-13 23:00:06 +08:00
parent b6adf07ced
commit 0ceaf23bb5
3 changed files with 4 additions and 4 deletions

View File

@@ -30,5 +30,5 @@ MoviePilot三方插件市场https://github.com/thsrite/MoviePilot-Plugins/
- [微信消息转发 1.5](docs%2FWeChatForward.md)
- 订阅下载统计 1.5
- [自定义命令 1.5](docs%2FCustomCommand.md)
- docker管理 1.2
- docker自定义任务 1.2

View File

@@ -277,7 +277,7 @@
}
},
"DockerManager": {
"name": "docker管理",
"name": "docker自定义任务",
"description": "管理宿主机docker自定义容器定时任务。",
"version": "1.2",
"icon": "Docker_F.png",

View File

@@ -15,7 +15,7 @@ from app.schemas import NotificationType
class DockerManager(_PluginBase):
# 插件名称
plugin_name = "docker管理"
plugin_name = "docker自定义任务"
# 插件描述
plugin_desc = "管理宿主机docker自定义容器定时任务。"
# 插件图标
@@ -175,7 +175,7 @@ class DockerManager(_PluginBase):
if self._msgtype:
mtype = NotificationType.__getitem__(str(self._msgtype)) or NotificationType.Manual
self.post_message(title="docker管理",
self.post_message(title="docker任务通知",
mtype=mtype,
text=log_text,
image=container_icon if len(container_names) == 1 and container_icon and str(