mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 15:09:12 +00:00
fix plugins
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 6.6 KiB |
@@ -106,7 +106,7 @@ class BarkMsg(_PluginBase):
|
||||
'props': {
|
||||
'model': 'server',
|
||||
'label': '服务器',
|
||||
'placeholder': 'http://xxx',
|
||||
'placeholder': 'https://api.day.app',
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -175,7 +175,7 @@ class BarkMsg(_PluginBase):
|
||||
], {
|
||||
"enabled": False,
|
||||
'msgtypes': [],
|
||||
'server': '',
|
||||
'server': 'https://api.day.app',
|
||||
'apikey': '',
|
||||
'params': ''
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ class CloudDiskDel(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "clouddisk.png"
|
||||
# 主题色
|
||||
plugin_color = "#ff9933"
|
||||
plugin_color = "#4285F5"
|
||||
# 插件版本
|
||||
plugin_version = "1.0"
|
||||
# 插件作者
|
||||
|
||||
@@ -104,7 +104,7 @@ class PushDeerMsg(_PluginBase):
|
||||
'props': {
|
||||
'model': 'server',
|
||||
'label': '服务器',
|
||||
'placeholder': 'http://xxx',
|
||||
'placeholder': 'https://api2.pushdeer.com',
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -121,7 +121,7 @@ class PushDeerMsg(_PluginBase):
|
||||
'props': {
|
||||
'model': 'apikey',
|
||||
'label': '密钥',
|
||||
'placeholder': 'PDUUxxx',
|
||||
'placeholder': 'PDUxxx',
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -156,7 +156,7 @@ class PushDeerMsg(_PluginBase):
|
||||
], {
|
||||
"enabled": False,
|
||||
'msgtypes': [],
|
||||
'server': '',
|
||||
'server': 'https://api2.pushdeer.com',
|
||||
'apikey': ''
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ class SyncDownloadFiles(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "sync_file.png"
|
||||
# 主题色
|
||||
plugin_color = "#4686E3"
|
||||
plugin_color = "#000000"
|
||||
# 插件版本
|
||||
plugin_version = "1.0"
|
||||
# 插件作者
|
||||
|
||||
Reference in New Issue
Block a user