From 1d6acdb48aa7f82c174163835a2c2059e773334e Mon Sep 17 00:00:00 2001 From: thsrite Date: Tue, 2 Apr 2024 11:36:25 +0800 Subject: [PATCH] fix form --- plugins/customcommand/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/customcommand/__init__.py b/plugins/customcommand/__init__.py index 95f6969..b11181e 100644 --- a/plugins/customcommand/__init__.py +++ b/plugins/customcommand/__init__.py @@ -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' }