From 4c591b2d4e6fd4d7e9345a8c58a83300b151c776 Mon Sep 17 00:00:00 2001 From: binbin0314 Date: Fri, 15 Jan 2021 09:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=B5=E5=8C=96=E5=B9=B3=E5=8F=B0=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Introduce/FicHatch.vue | 192 +++++++++++++++++++++ src/views/About/components/LeftNav.vue | 15 +- src/views/Challenge/components/LeftNav.vue | 18 ++ src/views/Hatch/Children/Fictitious.vue | 6 +- src/views/Hatch/Children/Incubator.vue | 13 +- src/views/Hatch/Children/Space.vue | 104 ++++++++++- src/views/Hatch/Hatch.vue | 14 +- src/views/Hatch/components/LeftNav.vue | 20 ++- 8 files changed, 364 insertions(+), 18 deletions(-) create mode 100644 src/components/Introduce/FicHatch.vue diff --git a/src/components/Introduce/FicHatch.vue b/src/components/Introduce/FicHatch.vue new file mode 100644 index 0000000..2d4da3c --- /dev/null +++ b/src/components/Introduce/FicHatch.vue @@ -0,0 +1,192 @@ + + + + + + + diff --git a/src/views/About/components/LeftNav.vue b/src/views/About/components/LeftNav.vue index e0568b8..4e4162a 100644 --- a/src/views/About/components/LeftNav.vue +++ b/src/views/About/components/LeftNav.vue @@ -3,7 +3,7 @@ * @email: 18603454788@163.com * @Date: 2021-01-13 17:25:56 * @LastEditors: wally - * @LastEditTime: 2021-01-13 18:19:19 + * @LastEditTime: 2021-01-14 18:27:18 -->