Skip to content

Commit

Permalink
update home
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuzhiy05 committed Nov 4, 2024
1 parent 8d3595c commit 95a10a8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,21 @@ export default defineNavbarConfig([
icon: 'icon-park-solid:bookshelf',
items: [
{
text: '1111',
link: '/1.tets1/',
activeMatch: '^/1.test1',
text: '线性代数',
link: '/tets1/',
activeMatch: '^/test1',
icon: 'emojione:memo',
},
{
text: '222',
link: '/defensive-css/',
activeMatch: '^/defensive-css/',
text: '微分方程',
link: '/test2/',
activeMatch: '^/test2/',
icon: 'streamline:css-three',
},
{
text: '333',
link: '/interview-question/',
activeMatch: '^/interview-question/',
text: '解析几何',
link: '/test1/',
activeMatch: '^/test1/',
icon: 'codicon:comment-unresolved',
},
// {
Expand Down

0 comments on commit 95a10a8

Please sign in to comment.