mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-30 23:16:45 +00:00
fix plugin name
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -277,7 +277,7 @@
|
||||
}
|
||||
},
|
||||
"DockerManager": {
|
||||
"name": "docker管理",
|
||||
"name": "docker自定义任务",
|
||||
"description": "管理宿主机docker,自定义容器定时任务。",
|
||||
"version": "1.2",
|
||||
"icon": "Docker_F.png",
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user