mirror of
https://gitee.com/coder-xiaomo/notes
synced 2025-09-14 06:41:38 +08:00
添加笔记
This commit is contained in:
@@ -104,6 +104,10 @@ module.exports = {
|
||||
text: '首页',
|
||||
link: '/'
|
||||
},
|
||||
{
|
||||
text: '找工作',
|
||||
link: '/work'
|
||||
},
|
||||
{
|
||||
text: '目录',
|
||||
children: [
|
||||
@@ -114,6 +118,10 @@ module.exports = {
|
||||
{
|
||||
text: '笔记',
|
||||
children: [
|
||||
{
|
||||
text: '找工作',
|
||||
link: '/work'
|
||||
},
|
||||
{
|
||||
text: '计算机网络',
|
||||
link: '/computer-networks'
|
||||
@@ -135,10 +143,10 @@ module.exports = {
|
||||
text: 'Web服务器',
|
||||
link: '/web-server/'
|
||||
},
|
||||
{
|
||||
text: '临时文档',
|
||||
link: '/temp-docs/'
|
||||
}
|
||||
// {
|
||||
// text: '临时文档',
|
||||
// link: '/temp-docs/'
|
||||
// }
|
||||
],
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user