mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 16:33:49 +00:00
Publish app - feishu and wecom (#2375)
* feat(app publish): feishu bot (#2290) * feat: feishu publish channel fe * feat: enable feishu fe, feat: feishu token api * feat: feishu bot * chore: extract saveChat from projects/app * chore: remove debug log output * feat: Basic Info * chore: feishu bot fe adjusting * feat: feishu bot docs * feat: new tmpData collection for all tmpdata * chore: compress the image * perf: feishu config * feat: source name * perf: text desc * perf: load system plugins * perf: chat source * feat(publish): Wecom bot (#2343) * chore: Wecom Config * feat(fe): wecom config fe * feat: wecom fe * chore: uses the newest editmodal * feat: update png; adjust the fe * chore: adjust fe * perf: publish app ui --------- Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
{
|
||||
"publish_name": "名称",
|
||||
"create_api_key": "创建新 key",
|
||||
"create_link": "创建链接",
|
||||
"default_response": "默认回复",
|
||||
"edit_api_key": "编辑 key 信息",
|
||||
"edit_link": "编辑",
|
||||
"feishu_name": "飞书",
|
||||
"new_feishu_bot": "新增飞书机器人",
|
||||
"edit_feishu_bot": "编辑飞书机器人",
|
||||
"link_name": "分享链接的名字",
|
||||
"qpm_tips": "每个 IP 每分钟最多提问多少次",
|
||||
"qpm_is_empty": "QPM 不能为空",
|
||||
@@ -13,5 +16,20 @@
|
||||
"key_tips": "你可以使用 API 秘钥访问一些特定的接口(无法访问应用,访问应用需使用应用内的 API key)",
|
||||
"token_auth": "身份验证",
|
||||
"token_auth_tips": "身份校验服务器地址,如填写该值,每次对话前都会向指定服务器发送一个请求,进行身份校验",
|
||||
"token_auth_use_cases": "查看身份验证使用说明"
|
||||
}
|
||||
"token_auth_use_cases": "查看身份验证使用说明",
|
||||
"show_share_link_modal_title": "开始使用",
|
||||
"request_address": "请求地址",
|
||||
"basic_info": "基本信息",
|
||||
"feishu_api": "飞书接口",
|
||||
"feishu_bot": "飞书机器人",
|
||||
"feishu_bot_desc": "通过 API 直接接入飞书机器人",
|
||||
"copy_link_hint": "将下面链接复制到指定位置",
|
||||
"wecom": {
|
||||
"title": "发布到企业微信机器人",
|
||||
"bot": "企业微信机器人",
|
||||
"bot_desc": "通过 API 直接接入企业微信机器人",
|
||||
"edit_modal_title": "编辑企微机器人",
|
||||
"create_modal_title": "创建企微机器人",
|
||||
"api": "企微 API"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user