From 1ca82403b557483fb079c54e3c21f16299b8bd4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=AE=E5=AD=90=E8=80=97=E8=80=97?= <3116737282@qq.com> Date: Sat, 26 Apr 2025 17:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BE=8E=E7=BC=96=E6=96=87?= =?UTF-8?q?=E6=A1=A3=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a54efb..d488b15 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # 荆棘鸟文学社参考文档 -![GitHub Repo stars](https://img.shields.io/github/stars/szhhwh/jingji_TSreference_vue)![GitHub top language](https://img.shields.io/github/languages/top/szhhwh/jingji_TSreference_vue)![GitHub](https://img.shields.io/github/license/szhhwh/jingji_TSreference_vue)![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/szhhwh/jingji_TSreference_vue) +![Gitea Stars](https://img.shields.io/gitea/stars/jjnwxs/jingji_TSreference_vue?gitea_url=https%3A%2F%2Fgitea.lionhao.top%2F)![Gitea Last Commit](https://img.shields.io/gitea/last-commit/jjnwxs/jingji_TSreference_vue?gitea_url=https%3A%2F%2Fgitea.lionhao.top%2F) + ## 开发 1. 依赖环境 -- Node.js v20.17.0 +- Node.js v22.11.0 - volta 2. 建议使用 [volta](https://volta.sh/) 安装 [Node.js](https://nodejs.org/) ```sh -volta install node@20.17.0 +volta install node@22.11.0 ``` ```sh volta install pnpm