mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-14 02:09:56 +08:00
feat: 修改导航栏配置
This commit is contained in:
@@ -40,7 +40,7 @@ export default {
|
||||
|
||||
|
||||
// 博客配置
|
||||
blog:{
|
||||
blog_:{
|
||||
name:'测试',
|
||||
avatar:'',
|
||||
description:'',
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
];
|
||||
|
||||
@@ -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'],
|
||||
// },
|
||||
// ],
|
||||
|
||||
};
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
module.exports = [
|
||||
// 'basic_introduction',
|
||||
// 'linear_table',
|
||||
{
|
||||
text: '基础入门',
|
||||
link: "/ds/basic_introduction",
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
module.exports = [
|
||||
// 'basic_introduction',
|
||||
// 'linear_table',
|
||||
{
|
||||
text: '基础入门',
|
||||
link: "/ds/basic_introduction",
|
||||
|
||||
@@ -7,5 +7,4 @@
|
||||
* @LastEditTime: 2022-04-21 23:19:10
|
||||
*/
|
||||
module.exports=[
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user