feat: sidenav add automatic number

侧边导航自动添加序列号

Log:
This commit is contained in:
wurongjie
2023-03-06 14:03:42 +08:00
committed by HarryLoong
parent d10ed4674f
commit f25ed95940
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import Theme from 'vitepress/theme'
import './styles/sidebar.css'
export default {
...Theme
}