feat:统一优化执行周期录入

This commit is contained in:
jxxghp
2025-01-13 13:17:36 +08:00
parent ca0231389c
commit a745d56802
13 changed files with 50 additions and 37 deletions

View File

@@ -27,7 +27,7 @@ class LibraryScraper(_PluginBase):
# 插件图标
plugin_icon = "scraper.png"
# 插件版本
plugin_version = "2.0"
plugin_version = "2.1"
# 插件作者
plugin_author = "jxxghp"
# 作者主页
@@ -205,7 +205,7 @@ class LibraryScraper(_PluginBase):
},
'content': [
{
'component': 'VTextField',
'component': 'VCronField',
'props': {
'model': 'cron',
'label': '执行周期',