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'