From 96f2b8b1f3f2a7eabaad932e4727377023c5f2ab Mon Sep 17 00:00:00 2001 From: guoyue Date: Thu, 23 Jun 2022 12:43:02 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E7=AE=97=E6=B3=95=E5=AF=B9=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/algorithmCompare.vue | 670 ++++++++++++++++++ .../home/components/CompareGroupView.vue | 110 +++ 2 files changed, 780 insertions(+) create mode 100644 front/src/views/home/algorithmCompare.vue create mode 100644 front/src/views/home/components/CompareGroupView.vue diff --git a/front/src/views/home/algorithmCompare.vue b/front/src/views/home/algorithmCompare.vue new file mode 100644 index 00000000..1f8381c3 --- /dev/null +++ b/front/src/views/home/algorithmCompare.vue @@ -0,0 +1,670 @@ + + + + + + + \ No newline at end of file diff --git a/front/src/views/home/components/CompareGroupView.vue b/front/src/views/home/components/CompareGroupView.vue new file mode 100644 index 00000000..ac15a438 --- /dev/null +++ b/front/src/views/home/components/CompareGroupView.vue @@ -0,0 +1,110 @@ + + + \ No newline at end of file