mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-06-09 15:10:39 +00:00
feat:统一优化执行周期录入
This commit is contained in:
@@ -251,7 +251,7 @@ class BrushFlow(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "brush.jpg"
|
||||
# 插件版本
|
||||
plugin_version = "4.1"
|
||||
plugin_version = "4.2"
|
||||
# 插件作者
|
||||
plugin_author = "jxxghp,InfinityPacer"
|
||||
# 作者主页
|
||||
@@ -924,7 +924,7 @@ class BrushFlow(_PluginBase):
|
||||
},
|
||||
'content': [
|
||||
{
|
||||
'component': 'VTextField',
|
||||
'component': 'VCronField',
|
||||
'props': {
|
||||
'model': 'cron',
|
||||
'label': '执行周期',
|
||||
|
||||
Reference in New Issue
Block a user