1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-14 02:09:56 +08:00

feat: 修改导航栏配置

This commit is contained in:
喜欢芝士的妹妹
2023-02-03 09:41:17 +08:00
parent 47c5b60c00
commit 1dae053473
6 changed files with 19 additions and 24 deletions

View File

@@ -40,7 +40,7 @@ export default {
// 博客配置
blog:{
blog_:{
name:'测试',
avatar:'',
description:'',

View File

@@ -51,21 +51,21 @@ module.exports = [
text: "思维导图",
children: [{
text: '数据结构',
link: '/note-map/DS_Map'
link: '/note-map/ds-map'
}, {
text: '操作系统',
link: '/note-map/OS_Map'
link: '/note-map/os-map'
}, {
text: '计算机组成原理',
link: '/note-map/CCP_Map'
link: '/note-map/ccp-map'
}, {
text: '计算机网络',
link: '/note-map/CN_Map'
link: '/note-map/cn-map'
}]
}]
},
{
text: "大事记",
link: "/big-event-history/"
link: "/big-event-history"
},
];

View File

@@ -1,18 +1,18 @@
module.exports = {
// "/category/": require("../../category/sidebar_contents"),
// "/DataStructure/": require("../../category/sidebar_contents"),
"/DS": require("../../DS/sidebar_contents"),
"/OS": [
{
text: 'VuePress Reference',
collapsible: true,
children: ['/reference/cli.md', '/reference/config.md'],
},
{
text: 'Bundlers Reference',
collapsible: true,
children: ['/reference/bundler/vite.md', '/reference/bundler/webpack.md'],
},
],
"/ds": require("../../ds/sidebar_contents"),
// "/OS": [
// {
// text: 'VuePress Reference',
// collapsible: true,
// children: ['/reference/cli.md', '/reference/config.md'],
// },
// {
// text: 'Bundlers Reference',
// collapsible: true,
// children: ['/reference/bundler/vite.md', '/reference/bundler/webpack.md'],
// },
// ],
};

View File

@@ -1,6 +1,4 @@
module.exports = [
// 'basic_introduction',
// 'linear_table',
{
text: '基础入门',
link: "/ds/basic_introduction",

View File

@@ -1,6 +1,4 @@
module.exports = [
// 'basic_introduction',
// 'linear_table',
{
text: '基础入门',
link: "/ds/basic_introduction",

View File

@@ -7,5 +7,4 @@
* @LastEditTime: 2022-04-21 23:19:10
*/
module.exports=[
]