基础版本

This commit is contained in:
2026-02-14 14:29:48 +08:00
parent d73b4795c1
commit bc28e1ce42
14 changed files with 543 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"id": "nvs",
"name": "Node Version Switcher",
"containerEnv": {
"NVS_DIR": "/usr/local/nvs",
"PATH": "${NVS_DIR}:${PATH}"
},
"install": {
"app": "",
"file": "install.sh"
}
}