Skip to content

Commit

Permalink
feat: Rename sidebar item
Browse files Browse the repository at this point in the history
  • Loading branch information
MisaLiu committed Mar 23, 2024
1 parent d9ca263 commit 457c05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function sidebarGuide() {
}, {
text: '进阶配置',
collapsed: false,
items: [{ text: 'ffmpeg', link: 'guide/ffmpeg', activeMatch: '/en-US/guide/' }]
items: [{ text: '配置 FFmpeg', link: 'guide/ffmpeg', activeMatch: '/en-US/guide/' }]

}
];
Expand Down

0 comments on commit 457c05c

Please sign in to comment.