Skip to content

Commit

Permalink
fix: 🐞 修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
enson0131 committed Dec 30, 2024
1 parent d4368f0 commit 3b2c6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
{ text: '基本概念', link: 'Fabric.js/基本概念' },
{ text: '内部结构概述', link: 'Fabric.js/内部结构概述' },
{ text: '如何绘制一个图形', link: 'Fabric.js/如何绘制一个图形' },
{ text: '如何实现漫游', link: 'Fabric.js/如何实现漫游' },
{ text: '如何实现元素的平移、旋转、缩放', link: 'Fabric.js/如何实现元素的平移、旋转、缩放' },
{ text: '如何实现点选', link: 'Fabric.js/如何实现点选' },
]
},
Expand Down

0 comments on commit 3b2c6b9

Please sign in to comment.