chore: tweak

This commit is contained in:
pengzhanbo 2024-06-02 21:39:51 +08:00
parent 6856100bf4
commit 131be4424f
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.61",
"private": true,
"packageManager": "pnpm@9.1.3",
"packageManager": "pnpm@9.1.4",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [

View File

@ -190,7 +190,7 @@ function initSidebarByConfig(
text: current?.title || text,
link: current?.link,
icon: current?.frontmatter.icon,
items: [],
// items: [],
}
}
else {