This commit is contained in:
thsrite
2024-04-02 11:36:25 +08:00
parent e5c3c5442e
commit 1d6acdb48a

View File

@@ -232,10 +232,11 @@ class CustomCommand(_PluginBase):
},
'content': [
{
'component': 'VTextField',
'component': 'VTextarea',
'props': {
'model': 'time_confs',
'label': '执行命令',
'rows': 2,
'placeholder': '命令名#0 9 * * *#python main.py\n'
'命令名#0 9 * * *#python main.py#1-600'
}