fix tonal

This commit is contained in:
thsrite
2024-04-02 11:42:12 +08:00
parent 8729ba0821
commit 21a4c657b4

View File

@@ -249,6 +249,27 @@ class CustomCommand(_PluginBase):
},
]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VAlert',
'props': {
'type': 'info',
'variant': 'tonal',
'text': '命令名#cron表达式#命令'
}
}
]
}
]
},
{
'component': 'VRow',
'content': [