mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
fix(publish): generate correct chat history and usage (#2412)
This commit is contained in:
@@ -495,10 +495,12 @@
|
||||
"logs": {
|
||||
"api": "API 调用",
|
||||
"feishu": "飞书",
|
||||
"official_account": "公众号",
|
||||
"online": "在线使用",
|
||||
"share": "外部链接调用",
|
||||
"team": "团队空间对话",
|
||||
"test": "测试"
|
||||
"test": "测试",
|
||||
"wecom": "企业微信"
|
||||
},
|
||||
"markdown": {
|
||||
"Edit Question": "编辑问题",
|
||||
|
@@ -75,6 +75,9 @@
|
||||
"no_collaborators": "暂无协作者"
|
||||
},
|
||||
"usage": {
|
||||
"feishu": "飞书"
|
||||
"feishu": "飞书",
|
||||
"official_account": "公众号",
|
||||
"share": "分享链接",
|
||||
"wecom": "企业微信"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user