mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 16:56:02 +00:00
feat(lark):enable lark callback
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
"enable": false,
|
||||
"app_id": "cli_abcdefgh",
|
||||
"app_secret": "XXXXXXXXXX",
|
||||
"bot_name": "LangBot"
|
||||
"bot_name": "LangBot",
|
||||
"port":""
|
||||
},
|
||||
{
|
||||
"adapter": "discord",
|
||||
|
||||
@@ -252,6 +252,10 @@
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "飞书的bot_name"
|
||||
},
|
||||
"port": {
|
||||
"type": "integer",
|
||||
"description": "设置监听的端口,开启callback event"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user