mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 04:55:39 +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:
@@ -484,8 +484,10 @@
|
||||
},
|
||||
"logs": {
|
||||
"api": "API call",
|
||||
"feishu": "Lark",
|
||||
"online": "Online use",
|
||||
"share": "External link call",
|
||||
"team": "Team chat",
|
||||
"test": "Test"
|
||||
},
|
||||
"markdown": {
|
||||
|
@@ -72,5 +72,8 @@
|
||||
"add_collaborator": "Add collaborators",
|
||||
"manage_collaborators": "Manage collaborators",
|
||||
"no_collaborators": "No collaborators yet"
|
||||
},
|
||||
"usage": {
|
||||
"feishu": "Lark"
|
||||
}
|
||||
}
|
||||
|
@@ -494,8 +494,10 @@
|
||||
},
|
||||
"logs": {
|
||||
"api": "API 调用",
|
||||
"feishu": "飞书",
|
||||
"online": "在线使用",
|
||||
"share": "外部链接调用",
|
||||
"team": "团队空间对话",
|
||||
"test": "测试"
|
||||
},
|
||||
"markdown": {
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
|
@@ -1,10 +1,47 @@
|
||||
{
|
||||
"bind_inform_account_error": "绑定通知账号异常",
|
||||
"bind_inform_account_success": "绑定通知账号成功",
|
||||
"delete": {
|
||||
"admin_failed": "删除管理员失败",
|
||||
"admin_success": "删除管理员成功"
|
||||
},
|
||||
"has_chosen": "已选择",
|
||||
"login": {
|
||||
"error": "登录异常",
|
||||
"failed": "登录失败",
|
||||
"login_account": "登录 {{account}} 账号",
|
||||
"login_error": "用户名或密码错误",
|
||||
"password_condition": "密码最多 60 位",
|
||||
"success": "登录成功",
|
||||
"to_register": "没有账号,去注册"
|
||||
},
|
||||
"name": "名称",
|
||||
"notification": {
|
||||
"Bind Notification Pipe Hint": "请绑定通知接收账号,以确保您能正常接收套餐过期提醒等通知,保障您的服务正常运行。",
|
||||
"remind_owner_bind": "请提醒创建者绑定通知账号"
|
||||
},
|
||||
"operations": "操作",
|
||||
"password": {
|
||||
"change_error": "修改密码异常",
|
||||
"code_required": "验证码不能为空",
|
||||
"code_send_error": "验证码发送异常",
|
||||
"code_sended": "验证码已发送",
|
||||
"confirm": "确认密码",
|
||||
"email_phone": "邮箱/手机号",
|
||||
"email_phone_error": "邮箱/手机号格式错误",
|
||||
"email_phone_void": "邮箱/手机号不能为空",
|
||||
"get_code": "获取验证码",
|
||||
"get_code_again": "s后重新获取",
|
||||
"new_password": "新密码(4~20位)",
|
||||
"not_match": "两次密码不一致",
|
||||
"password_condition": "密码最少 4 位最多 20 位",
|
||||
"password_required": "密码不能为空",
|
||||
"retrieve": "找回密码",
|
||||
"retrieved": "密码已找回",
|
||||
"retrieved_account": "找回 {{account}} 账号",
|
||||
"to_login": "去登录",
|
||||
"verification_code": "验证码"
|
||||
},
|
||||
"permission": {
|
||||
"Manage": "管理员",
|
||||
"Manage tip": "团队管理员,拥有全部权限",
|
||||
@@ -16,62 +53,28 @@
|
||||
"team_read": "团队可访问",
|
||||
"team_write": "团队可编辑"
|
||||
},
|
||||
"permissions": "权限",
|
||||
"register": {
|
||||
"confirm": "确认注册",
|
||||
"error": "注册异常",
|
||||
"failed": "注册失败",
|
||||
"register_account": "注册 {{account}} 账号",
|
||||
"success": "注册成功",
|
||||
"to_login": "已有账号,去登录"
|
||||
},
|
||||
"search_user": "搜索用户名",
|
||||
"synchronization": {
|
||||
"button": "立即同步",
|
||||
"placeholder": "请输入同步标签",
|
||||
"title": "填写标签同步链接,点击同步按钮即可同步"
|
||||
},
|
||||
"team": {
|
||||
"Add manager": "添加管理员",
|
||||
"add_collaborator": "添加协作者",
|
||||
"manage_collaborators": "管理协作者",
|
||||
"no_collaborators": "暂无协作者"
|
||||
},
|
||||
"search_user": "搜索用户名",
|
||||
"has_chosen": "已选择",
|
||||
"name": "名称",
|
||||
"permissions": "权限",
|
||||
"operations": "操作",
|
||||
"delete": {
|
||||
"admin_success": "删除管理员成功",
|
||||
"admin_failed": "删除管理员失败"
|
||||
},
|
||||
"synchronization": {
|
||||
"title": "填写标签同步链接,点击同步按钮即可同步",
|
||||
"placeholder": "请输入同步标签",
|
||||
"button": "立即同步"
|
||||
},
|
||||
"password": {
|
||||
"retrieve": "找回密码",
|
||||
"retrieved": "密码已找回",
|
||||
"change_error": "修改密码异常",
|
||||
"retrieved_account": "找回 {{account}} 账号",
|
||||
"email_phone": "邮箱/手机号",
|
||||
"email_phone_void": "邮箱/手机号不能为空",
|
||||
"email_phone_error": "邮箱/手机号格式错误",
|
||||
"code_required": "验证码不能为空",
|
||||
"new_password": "新密码(4~20位)",
|
||||
"password_required": "密码不能为空",
|
||||
"password_condition": "密码最少 4 位最多 20 位",
|
||||
"verification_code": "验证码",
|
||||
"confirm": "确认密码",
|
||||
"not_match": "两次密码不一致",
|
||||
"to_login": "去登录",
|
||||
"get_code": "获取验证码",
|
||||
"get_code_again": "s后重新获取",
|
||||
"code_sended": "验证码已发送",
|
||||
"code_send_error": "验证码发送异常"
|
||||
},
|
||||
"register": {
|
||||
"success": "注册成功",
|
||||
"failed": "注册失败",
|
||||
"error": "注册异常",
|
||||
"register_account": "注册 {{account}} 账号",
|
||||
"confirm": "确认注册",
|
||||
"to_login": "已有账号,去登录"
|
||||
},
|
||||
"login": {
|
||||
"success": "登录成功",
|
||||
"failed": "登录失败",
|
||||
"error": "登录异常",
|
||||
"login_account": "登录 {{account}} 账号",
|
||||
"login_error": "用户名或密码错误",
|
||||
"to_register": "没有账号,去注册",
|
||||
"password_condition": "密码最多 60 位"
|
||||
"usage": {
|
||||
"feishu": "飞书"
|
||||
}
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@
|
||||
"input_description": "字段描述",
|
||||
"only_the_reference_type_is_supported": "仅支持引用类型",
|
||||
"optional_value_type": "可选的数据类型",
|
||||
"optional_value_type_tip": "可以指定 1 个或多个数据类型,用户在冬天添加字段时,仅可选择配置的类型",
|
||||
"optional_value_type_tip": "可以指定 1 个或多个数据类型,用户在动态添加字段时,仅可选择配置的类型",
|
||||
"response": {
|
||||
"Code log": "Log 日志",
|
||||
"Custom inputs": "自定义输入",
|
||||
|
Reference in New Issue
Block a user