From 600f636819e171f60ec15ee5a6df4719fae160ca Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Sat, 16 Apr 2022 22:57:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8F=B3=E9=94=AE=E5=9C=A8?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E4=B8=8A=E7=9A=84=E6=93=8D=E4=BD=9C=E4=B8=BA?= =?UTF-8?q?=E9=95=BF=E6=8C=89=EF=BC=8C=E6=89=80=E4=BB=A5=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E4=B8=8A=E7=BB=9F=E4=B8=80=E9=95=BF=E6=8C=89=E4=B8=BA=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/dist/index.html | 2 +- fe/src/components/NER/index.vue | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/fe/dist/index.html b/fe/dist/index.html index 649b387..300d63f 100644 --- a/fe/dist/index.html +++ b/fe/dist/index.html @@ -29,7 +29,7 @@ } console.log(isPhone?'手机用户':'电脑用户') if (isPhone) { - alert('NER中,双击删除实体\n待标注文本需要txt格式的压缩包') + alert('NER中,长按删除实体\n待标注文本需要txt格式的压缩包') } else { alert('NER中,鼠标右键删除实体\n待标注文本需要txt格式的压缩包') } diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index f57068d..c588494 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -97,7 +97,7 @@