chore(env): 添加 Node.js 版本配置文件- 新增 .nvmrc 文件,指定 Node.js 版本为 14.21.3- 便于项目环境统一与版本管理- 方便开发者切换到正确的 Node.js 版本
.nvmrc New file @@ -0,0 +1 @@ 14.21.3