fix alert

This commit is contained in:
thsrite
2024-06-09 19:01:44 +08:00
parent 82f649b4a9
commit 2ff19ba35f
2 changed files with 52 additions and 0 deletions

View File

@@ -198,6 +198,32 @@ class CommandExecute(_PluginBase):
]
}
]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VAlert',
'props': {
'type': 'info',
'variant': 'tonal'
},
'content': [
{
'component': 'span',
'text': '可使用交互命令/cmd ls'
}
]
}
]
}
]
}
]
}

View File

@@ -235,6 +235,32 @@ class SqlExecute(_PluginBase):
]
}
]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VAlert',
'props': {
'type': 'info',
'variant': 'tonal'
},
'content': [
{
'component': 'span',
'text': '可使用交互命令/sql select *****'
}
]
}
]
}
]
}
]
}