diff --git a/plugins/customcommand/__init__.py b/plugins/customcommand/__init__.py index 2dd55cd..73efa84 100644 --- a/plugins/customcommand/__init__.py +++ b/plugins/customcommand/__init__.py @@ -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': [