ZaiZai 1 year ago
parent
commit
70acbe2bf8
2 changed files with 3 additions and 3 deletions
  1. 2 2
      README.md
  2. 1 1
      public/version.json

+ 2 - 2
README.md

@@ -5,11 +5,11 @@
 ---
 
 
-## node.js 的版本需要  14.18+
+## node.js 的版本需要  16.20.1
 
 ```shell
 
-// 检查你的node版本, 如果低于 14.18, 请先更新node.js
+// 检查你的node版本, 如果低于 16.20.1, 请先更新node.js
 
 node -v
 

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240301100313"
+  "value": "20240301165002"
 }