From 14afe2bbed9ef6e391684aa06551265e92424764 Mon Sep 17 00:00:00 2001 From: MarkXiLee <57758193+MarkXiLee@users.noreply.github.com> Date: Fri, 29 Apr 2022 10:51:12 +0800 Subject: [PATCH 1/7] Update index.html --- client/public/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/public/index.html b/client/public/index.html index ad1635ad..73c2680c 100755 --- a/client/public/index.html +++ b/client/public/index.html @@ -6,7 +6,9 @@ + + /> From 59299abe8bfbe6b0bbee25e2038ca62e0d78d696 Mon Sep 17 00:00:00 2001 From: MarkXiLee <57758193+MarkXiLee@users.noreply.github.com> Date: Mon, 2 May 2022 18:42:38 +0800 Subject: [PATCH 2/7] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 325ee79b..ce4728d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ FROM node:10 as build-stage WORKDIR /workspace/ COPY ./client /workspace/client +RUN npm config set registry https://registry.npm.taobao.org +#RUN npm config get registry RUN npm install -g @vue/cli@3.3.0 RUN npm install -g @vue/cli-service@3.3.0 From 08c52c098941050747988d8f1c5bec71dae2f43d Mon Sep 17 00:00:00 2001 From: MarkXiLee <57758193+MarkXiLee@users.noreply.github.com> Date: Fri, 6 May 2022 09:32:04 +0800 Subject: [PATCH 3/7] Delete Dataset.vue --- client/src/views/Dataset.vue | 905 ----------------------------------- 1 file changed, 905 deletions(-) delete mode 100755 client/src/views/Dataset.vue diff --git a/client/src/views/Dataset.vue b/client/src/views/Dataset.vue deleted file mode 100755 index b9b8d887..00000000 --- a/client/src/views/Dataset.vue +++ /dev/null @@ -1,905 +0,0 @@ - - - - - From ef212f13ef606f101fa7556fcff461909255cbdf Mon Sep 17 00:00:00 2001 From: MarkXiLee <57758193+MarkXiLee@users.noreply.github.com> Date: Fri, 6 May 2022 09:32:31 +0800 Subject: [PATCH 4/7] Add files via upload --- client/src/views/Dataset.vue | 935 +++++++++++++++++++++++++++++++++++ 1 file changed, 935 insertions(+) create mode 100644 client/src/views/Dataset.vue diff --git a/client/src/views/Dataset.vue b/client/src/views/Dataset.vue new file mode 100644 index 00000000..73013026 --- /dev/null +++ b/client/src/views/Dataset.vue @@ -0,0 +1,935 @@ + + + + + From 81dc33d7e711a2aa8d424d4ef3b058fbfb35fbc3 Mon Sep 17 00:00:00 2001 From: MarkXiLee <57758193+MarkXiLee@users.noreply.github.com> Date: Fri, 6 May 2022 09:33:14 +0800 Subject: [PATCH 5/7] Delete Pagination.vue --- client/src/components/Pagination.vue | 101 --------------------------- 1 file changed, 101 deletions(-) delete mode 100755 client/src/components/Pagination.vue diff --git a/client/src/components/Pagination.vue b/client/src/components/Pagination.vue deleted file mode 100755 index c3f2f1e6..00000000 --- a/client/src/components/Pagination.vue +++ /dev/null @@ -1,101 +0,0 @@ - - - - - From 732ae1b96cda5a43d2d8dd105396092c8de68d94 Mon Sep 17 00:00:00 2001 From: MarkXiLee <57758193+MarkXiLee@users.noreply.github.com> Date: Fri, 6 May 2022 09:34:32 +0800 Subject: [PATCH 6/7] Component separation --- client/src/components/Pagination.vue | 110 ++++++++++++++++++++++ client/src/components/PaginationCopy.vue | 111 +++++++++++++++++++++++ 2 files changed, 221 insertions(+) create mode 100644 client/src/components/Pagination.vue create mode 100644 client/src/components/PaginationCopy.vue diff --git a/client/src/components/Pagination.vue b/client/src/components/Pagination.vue new file mode 100644 index 00000000..93ba7dc2 --- /dev/null +++ b/client/src/components/Pagination.vue @@ -0,0 +1,110 @@ + + + + + diff --git a/client/src/components/PaginationCopy.vue b/client/src/components/PaginationCopy.vue new file mode 100644 index 00000000..d15ce3e5 --- /dev/null +++ b/client/src/components/PaginationCopy.vue @@ -0,0 +1,111 @@ + + + + + From 7b1ab731c840471864a50e5e96e3e962ac2d6ca2 Mon Sep 17 00:00:00 2001 From: MarkXiLee <57758193+MarkXiLee@users.noreply.github.com> Date: Fri, 6 May 2022 09:42:28 +0800 Subject: [PATCH 7/7] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4c43c887..6662350a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# Introduce + +This patch is specially provided by coco-annotator in Chinese Mainland + +- Both CSS and NPM addresses are domestic servers in China +- Fixed the front-end malignant bug +- Containing the core values of socialism with Chinese characteristics +