新增 Tool:Node JS

2026-06-17 08:25:18 +00:00
parent 7234d3b5f8
commit 0b9d740390
+11
@@ -0,0 +1,11 @@
# 下載並安裝 fnm
```bash
curl -o- https://fnm.vercel.app/install | bash
```
# 下載並安裝 Node.js
```bash
fnm install 26
```