From bc9a970e6a0f822751256c7cf6cdb1612d8cbd77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=96=9C=E6=AC=A2=E8=8A=9D=E5=A3=AB=E7=9A=84=E5=A6=B9?= =?UTF-8?q?=E5=A6=B9?= Date: Mon, 27 Jun 2022 22:48:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20docs=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 --- docs/.vuepress/config.js | 2 +- docs/.vuepress/theme/layouts/Layout.vue | 3 +-- docs/DS/README11.md | 24 ++++++++++++------------ manuscripts/category/README.md | 24 ++++++++++++------------ 5 files changed, 26 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index befae3b..557fdb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -# Logs logs *.log npm-debug.log* @@ -13,8 +12,6 @@ pids *.pid.lock # docs -docs11 -# Directory for instrumented libs generated by jscoverage/JSCover lib-cov # Coverage directory used by tools like istanbul diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index d456005..f2a6f0a 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -13,7 +13,7 @@ module.exports = { // theme: path.resolve(__dirname, './theme'), title: "计算机应试全家桶", description: "磨刀不误砍柴工,读完硕士再打工", - base: "/408CSFamily/", + // base: "/408CSFamily/", port: 4200, head: [ ["link", { rel: "icon", href: "/408_favicon.ico" }] diff --git a/docs/.vuepress/theme/layouts/Layout.vue b/docs/.vuepress/theme/layouts/Layout.vue index 3c8804f..c12d6cb 100644 --- a/docs/.vuepress/theme/layouts/Layout.vue +++ b/docs/.vuepress/theme/layouts/Layout.vue @@ -7,8 +7,7 @@ * @LastEditTime: 2022-04-24 08:47:23 --> +import ParentLayout from '@vuepress/theme-default/lib/client/layouts/Layout.vue'