feat(lark):enable lark callback

This commit is contained in:
lipu
2025-02-11 21:37:07 +08:00
parent e89c6b68c9
commit 2c3fdb4fdc
4 changed files with 69 additions and 13 deletions

View File

@@ -49,7 +49,8 @@
"enable": false,
"app_id": "cli_abcdefgh",
"app_secret": "XXXXXXXXXX",
"bot_name": "LangBot"
"bot_name": "LangBot",
"port":""
},
{
"adapter": "discord",

View File

@@ -252,6 +252,10 @@
"type": "string",
"default": "",
"description": "飞书的bot_name"
},
"port": {
"type": "integer",
"description": "设置监听的端口,开启callback event"
}
}
},