From 2b7bd41b8bfb7049be42d7c8b413bfc38c85b140 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sun, 9 Mar 2025 14:47:42 +0800 Subject: [PATCH] chore: update CONTRIBUTING --- CONTRIBUTING_EN.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING_EN.md b/CONTRIBUTING_EN.md index c1ce1a91..2f271d80 100644 --- a/CONTRIBUTING_EN.md +++ b/CONTRIBUTING_EN.md @@ -10,7 +10,6 @@ The project repository uses [pnpm workspaces](https://pnpm.io/zh/workspaces) to In the `plugins` directory: -- `plugin-content-update`: Rewrites the `Content` component and provides the `onContentUpdated` hook. - `plugin-search`: Provides full-text fuzzy search functionality for the theme. - `plugin-shikiji`: A code highlighting plugin that supports highlight, diff, focus, and error level. - `plugin-md-power`: Provides enhanced markdown features. @@ -19,7 +18,7 @@ In the `plugins` directory: Development requirements: -- [Node.js](http://nodejs.org/) version 18.16.0+ +- [Node.js](http://nodejs.org/) version 20.6.0+ - [pnpm](https://pnpm.io/zh/) version 9+ Clone the repository and install dependencies: