mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-13 18:00:58 +08:00
feat: 修改目录配置,替换pnpm包管理
This commit is contained in:
2
.npmrc
Normal file
2
.npmrc
Normal file
@@ -0,0 +1,2 @@
|
||||
shamefully-hoist=true
|
||||
registry=https://registry.npmmirror.com
|
||||
@@ -1,16 +1,4 @@
|
||||
/*
|
||||
* @Description:
|
||||
* @Version: Beta1.0
|
||||
* @Author: 【B站&公众号】Rong姐姐好可爱
|
||||
* @Date: 2021-01-19 08:04:19
|
||||
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
|
||||
* @LastEditTime: 2022-04-24 22:47:58
|
||||
*/
|
||||
|
||||
// const { path } = require('@vuepress/utils')
|
||||
module.exports = {
|
||||
// 自定义主题
|
||||
// theme: path.resolve(__dirname, './theme'),
|
||||
title: "计算机应试全家桶",
|
||||
description: "磨刀不误砍柴工,读完硕士再打工",
|
||||
// base: "/408CSFamily/",
|
||||
@@ -39,7 +27,7 @@ module.exports = {
|
||||
lastUpdated: true,
|
||||
lastUpdatedText: "最近更新",
|
||||
contributorsText: '贡献者',
|
||||
notFound: ['宝贝不要急,我努力更新就会慢慢有的哟...想要什么,也欢迎微信后台私信哟!'],// 自定义404页面提示语,数组
|
||||
notFound: ['宝贝不要急,我努力更新就会慢慢有的哟...想要什么,也欢迎微信后台私信!'],// 自定义404页面提示语,数组
|
||||
backToHome: '返回首页', // 返回首页
|
||||
repo: "https://github.com/mmdapl/408CSFamily",
|
||||
sidebarDepth: 1,
|
||||
|
||||
@@ -1,17 +1,4 @@
|
||||
/*
|
||||
* @Description:
|
||||
* @Version: Beta1.0
|
||||
* @Author: 【B站&公众号】Rong姐姐好可爱
|
||||
* @Date: 2021-01-19 08:04:19
|
||||
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
|
||||
* @LastEditTime: 2022-04-23 23:51:07
|
||||
*/
|
||||
|
||||
module.exports = [
|
||||
// {
|
||||
// text: "考研规划",
|
||||
// link: "/DS1/"
|
||||
// },
|
||||
{
|
||||
text: '首页',
|
||||
link: '/'
|
||||
|
||||
@@ -1,17 +1,4 @@
|
||||
/*
|
||||
* @Description:
|
||||
* @Version: Beta1.0
|
||||
* @Author: 【B站&公众号】Rong姐姐好可爱
|
||||
* @Date: 2021-01-19 08:04:19
|
||||
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
|
||||
* @LastEditTime: 2022-04-24 08:25:28
|
||||
*/
|
||||
|
||||
module.exports = [
|
||||
// {
|
||||
// text: "考研规划",
|
||||
// link: "/DS1/"
|
||||
// },
|
||||
{
|
||||
text: '首页',
|
||||
link: '/'
|
||||
@@ -81,5 +68,4 @@ module.exports = [
|
||||
text: "大事记",
|
||||
link: "/Big_Event_History/"
|
||||
},
|
||||
|
||||
];
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
/*
|
||||
* @Description: 测试
|
||||
* @Version: Beta1.0
|
||||
* @Author: 【B站&公众号】Rong姐姐好可爱
|
||||
* @Date: 2021-01-19 08:04:19
|
||||
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
|
||||
* @LastEditTime: 2022-04-23 23:58:24
|
||||
*/
|
||||
module.exports = {
|
||||
// "/category/": require("../../category/sidebar_contents"),
|
||||
// "/DataStructure/": require("../../category/sidebar_contents"),
|
||||
|
||||
@@ -1,22 +1,3 @@
|
||||
/*
|
||||
* @Description:
|
||||
* @Version: Beta1.0
|
||||
* @Author: 【B站&公众号】Rong姐姐好可爱
|
||||
* @Date: 2022-04-24 08:15:07
|
||||
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
|
||||
* @LastEditTime: 2022-04-24 08:17:32
|
||||
*/
|
||||
|
||||
/*
|
||||
* @Description: 配置左侧菜单栏
|
||||
* @Version: Beta1.0
|
||||
* @Author: 【B站&公众号】Rong姐姐好可爱
|
||||
* @Date: 2021-01-12 07:37:28
|
||||
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
|
||||
* @LastEditTime: 2022-04-24 08:08:47
|
||||
*/
|
||||
|
||||
|
||||
module.exports = [
|
||||
// 'basic_introduction',
|
||||
// 'linear_table',
|
||||
|
||||
@@ -1,13 +1,3 @@
|
||||
/*
|
||||
* @Description: 配置左侧菜单栏
|
||||
* @Version: Beta1.0
|
||||
* @Author: 【B站&公众号】Rong姐姐好可爱
|
||||
* @Date: 2021-01-12 07:37:28
|
||||
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
|
||||
* @LastEditTime: 2022-04-24 09:04:46
|
||||
*/
|
||||
|
||||
|
||||
module.exports = [
|
||||
// 'basic_introduction',
|
||||
// 'linear_table',
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
/*
|
||||
* @Description: 测试
|
||||
* @Version: Beta1.0
|
||||
* @Author: 【B站&公众号】Rong姐姐好可爱
|
||||
* @Date: 2021-01-19 08:04:19
|
||||
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
|
||||
* @LastEditTime: 2022-04-24 08:18:19
|
||||
*/
|
||||
module.exports = {
|
||||
// "/category/": require("../../category/sidebar_contents"),
|
||||
// "/DataStructure/": require("../../category/sidebar_contents"),
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
|
||||
/* 此处自定义样式,对主题进行覆盖 */
|
||||
|
||||
|
||||
// 首页导航按钮
|
||||
//首页导航按钮
|
||||
.actions>a{
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
|
||||
4371
package-lock.json
generated
4371
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -8,12 +8,14 @@
|
||||
"build": "vuepress build docs",
|
||||
"build-image": "bash scripts/build_image.sh $npm_package_version",
|
||||
"ali": "bash scripts/deploy.sh ali $npm_package_version",
|
||||
"github": "bash scripts/page_deploy.sh"
|
||||
"github": "bash scripts/page_deploy.sh",
|
||||
"clean": "find . -name \"node_modules\" -type d -exec rm -rf '{}' +"
|
||||
},
|
||||
"author": "Rong姐姐好可爱",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"vuepress": "^2.0.0-beta.39"
|
||||
},
|
||||
"dependencies": {}
|
||||
"@vuepress/client": "^2.0.0-beta.59",
|
||||
"vue": "^3.2.45",
|
||||
"vuepress": "^2.0.0-beta.59"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user