From 131be4424f7f5b740dda4fe473d700f254e61ec2 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sun, 2 Jun 2024 21:39:51 +0800 Subject: [PATCH] chore: tweak --- package.json | 2 +- plugins/plugin-notes-data/src/node/prepareNotesData.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 98530ea4..74c78454 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/pengzhanbo/)", "license": "MIT", "keywords": [ diff --git a/plugins/plugin-notes-data/src/node/prepareNotesData.ts b/plugins/plugin-notes-data/src/node/prepareNotesData.ts index 7a17c480..88470965 100644 --- a/plugins/plugin-notes-data/src/node/prepareNotesData.ts +++ b/plugins/plugin-notes-data/src/node/prepareNotesData.ts @@ -190,7 +190,7 @@ function initSidebarByConfig( text: current?.title || text, link: current?.link, icon: current?.frontmatter.icon, - items: [], + // items: [], } } else {