From a9e7a0880568ba2a5c0110f04ab594d7dd2df83c Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Thu, 7 Apr 2022 20:26:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E7=94=A8=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E6=A0=87=E6=B3=A8ner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/README.md | 2 +- fe/config/index.js | 2 +- fe/dist/index.html | 2 +- fe/index.html | 4 +-- fe/src/components/NER/index.vue | 60 ++++++++++++++++++++++++++++++-- fe/src/components/home/index.vue | 1 + 6 files changed, 64 insertions(+), 7 deletions(-) diff --git a/fe/README.md b/fe/README.md index a7f5ed1..a238c22 100644 --- a/fe/README.md +++ b/fe/README.md @@ -1,4 +1,4 @@ -# dw-tool-ner +# whale-anno > Datawhale's ner tool. diff --git a/fe/config/index.js b/fe/config/index.js index 7405d54..07c68be 100644 --- a/fe/config/index.js +++ b/fe/config/index.js @@ -17,7 +17,7 @@ module.exports = { }, // Various Dev Server settings - host: 'localhost', // can be overwritten by process.env.HOST + host: '0.0.0.0', // can be overwritten by process.env.HOST port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: false, errorOverlay: true, diff --git a/fe/dist/index.html b/fe/dist/index.html index 53c4c66..0d6f3b8 100644 --- a/fe/dist/index.html +++ b/fe/dist/index.html @@ -1,4 +1,4 @@ -