diff --git a/frontend/i18n/zh/projects/overview.js b/frontend/i18n/zh/projects/overview.js index 5a74b10b..8f44854d 100644 --- a/frontend/i18n/zh/projects/overview.js +++ b/frontend/i18n/zh/projects/overview.js @@ -14,6 +14,8 @@ export default { projectTypes: [ '文本分类', '序列标注', - '序列到序列' + '序列到序列', + '图像分类', + '文字转语音' ] }