fix webhook plugin
This commit is contained in:
parent
9fdcf52225
commit
581995a881
@ -5,6 +5,7 @@ from app.utils.http import RequestUtils
|
|||||||
from typing import Any, List, Dict, Tuple
|
from typing import Any, List, Dict, Tuple
|
||||||
from app.log import logger
|
from app.log import logger
|
||||||
|
|
||||||
|
|
||||||
class WebHook(_PluginBase):
|
class WebHook(_PluginBase):
|
||||||
# 插件名称
|
# 插件名称
|
||||||
plugin_name = "Webhook"
|
plugin_name = "Webhook"
|
||||||
@ -83,6 +84,10 @@ class WebHook(_PluginBase):
|
|||||||
'content': [
|
'content': [
|
||||||
{
|
{
|
||||||
'component': 'VCol',
|
'component': 'VCol',
|
||||||
|
'props': {
|
||||||
|
'cols': 12,
|
||||||
|
'md': 4
|
||||||
|
},
|
||||||
'content': [
|
'content': [
|
||||||
{
|
{
|
||||||
'component': 'VSelect',
|
'component': 'VSelect',
|
||||||
@ -97,7 +102,8 @@ class WebHook(_PluginBase):
|
|||||||
{
|
{
|
||||||
'component': 'VCol',
|
'component': 'VCol',
|
||||||
'props': {
|
'props': {
|
||||||
'cols': 12
|
'cols': 12,
|
||||||
|
'md': 8
|
||||||
},
|
},
|
||||||
'content': [
|
'content': [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user