fix(publish): generate correct chat history and usage (#2412)

This commit is contained in:
Finley Ge
2024-08-16 15:59:17 +08:00
committed by GitHub
parent bebbba399a
commit 9b74437417
6 changed files with 71 additions and 5 deletions

View File

@@ -495,10 +495,12 @@
"logs": {
"api": "API 调用",
"feishu": "飞书",
"official_account": "公众号",
"online": "在线使用",
"share": "外部链接调用",
"team": "团队空间对话",
"test": "测试"
"test": "测试",
"wecom": "企业微信"
},
"markdown": {
"Edit Question": "编辑问题",

View File

@@ -75,6 +75,9 @@
"no_collaborators": "暂无协作者"
},
"usage": {
"feishu": "飞书"
"feishu": "飞书",
"official_account": "公众号",
"share": "分享链接",
"wecom": "企业微信"
}
}