Skip to content

Commit

Permalink
24/1/26 更新
Browse files Browse the repository at this point in the history
1.修复了一些问题
  • Loading branch information
qianmo2233 committed Jan 26, 2024
1 parent 5209a16 commit 285a480
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vitepress/config/sidebar.en.mts
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@ const sidebarGuideEN: DefaultTheme.SidebarItem[] = [
items: [
{
text: 'Auto Register',
link: 'advanced/auto-register'
link: 'auto-register'
},
{
text: 'IOC Container',
link: 'advanced/ioc-container'
link: 'ioc-container'
},
{
text: 'GUI Interface',
link: 'advanced/gui'
link: 'gui'
},
{
text: 'UltiTools Maven Plugin',
link: 'advanced/maven-plugin'
link: 'maven-plugin'
}
]
},
Expand Down

0 comments on commit 285a480

Please sign in to comment.