From 7285d7f1a3f7b7f8a43cbba60ea07968a3db719d Mon Sep 17 00:00:00 2001 From: gary Date: Tue, 19 Nov 2024 20:57:37 +0800 Subject: [PATCH 1/2] update: update text --- apps/frontend/src/pages/tasks.[id]/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/pages/tasks.[id]/index.tsx b/apps/frontend/src/pages/tasks.[id]/index.tsx index fb8f60d6..6c501fe3 100644 --- a/apps/frontend/src/pages/tasks.[id]/index.tsx +++ b/apps/frontend/src/pages/tasks.[id]/index.tsx @@ -125,7 +125,7 @@ const Samples = () => { - 数据导入时上传 labelu 导出的 json标注文件或组装成 jsonl 文件 即可导入预标注,预标注格式参考{' '} + 数据导入时上传 json 或 jsonl 格式的预标注文件,参考{' '} Date: Tue, 19 Nov 2024 20:58:43 +0800 Subject: [PATCH 2/2] update(frontend): Update text --- .../src/pages/tasks.[id].edit/partials/InputData/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/pages/tasks.[id].edit/partials/InputData/index.tsx b/apps/frontend/src/pages/tasks.[id].edit/partials/InputData/index.tsx index c5b68893..5a8881c2 100644 --- a/apps/frontend/src/pages/tasks.[id].edit/partials/InputData/index.tsx +++ b/apps/frontend/src/pages/tasks.[id].edit/partials/InputData/index.tsx @@ -430,7 +430,7 @@ const InputData = () => { 上传文件
- 支持上传 jsonl 格式的预标注文件或LabelU 导出 json 标注文件,参考{' '} + 支持上传 jsonl 或 json 格式的预标注文件,参考{' '}