1
0
mirror of https://gitee.com/coder-xiaomo/notes synced 2025-09-14 06:41:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

添加笔记

This commit is contained in:
2022-11-01 00:05:08 +08:00
parent 0d31de64b4
commit a4e1c2da98
43 changed files with 548 additions and 38 deletions

View File

@@ -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/'
// }
],
}
],