fix plugins

This commit is contained in:
jxxghp
2023-11-05 21:39:56 +08:00
parent 76f82a15c3
commit e308be4792
6 changed files with 7 additions and 7 deletions

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

View File

@@ -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': ''
}

View File

@@ -21,7 +21,7 @@ class CloudDiskDel(_PluginBase):
# 插件图标
plugin_icon = "clouddisk.png"
# 主题色
plugin_color = "#ff9933"
plugin_color = "#4285F5"
# 插件版本
plugin_version = "1.0"
# 插件作者

View File

@@ -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': ''
}

View File

@@ -22,7 +22,7 @@ class SyncDownloadFiles(_PluginBase):
# 插件图标
plugin_icon = "sync_file.png"
# 主题色
plugin_color = "#4686E3"
plugin_color = "#000000"
# 插件版本
plugin_version = "1.0"
# 插件作者