Skip to content

Commit

Permalink
GitHub Actions build 53
Browse files Browse the repository at this point in the history
[c83d13c] contents(nodejs-release): Add nvs (#160)

* Update nodejs-release.mdx

add nvs

* Update nodejs-release.mdx

{{http_protocol}}{{mirror}}

* Update nodejs-release.mdx

json

* Update highlight.tsx

* Update nodejs-release.mdx
  • Loading branch information
Mirrorz Bot committed Jul 29, 2024
1 parent 8e39786 commit 30dfc5f
Show file tree
Hide file tree
Showing 306 changed files with 303 additions and 301 deletions.
2 changes: 1 addition & 1 deletion 404.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 404/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 500/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions AOSP/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Adoptium/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CPAN/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CRAN/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CTAN/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CocoaPods/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions FreeBSD-pkg/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions FreeBSD-ports/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions FreeBSD/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions NetBSD/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions OpenBSD/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions OpenMediaVault/index.html

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pageProps":{"toc":[{"url":"#","text":"Overview","depth":2},{"url":"#使用方法","depth":3,"text":"使用方法"}],"content":"[\"$r\",null,null,{\"children\":[[\"$r\",\"p\",null,{\"children\":[\"Nodejs Release 为各平台提供预编译的 nodejs 和 npm 等二进制文件,是\\n\",[\"$r\",\"a\",null,{\"href\":\"https://nodejs.org/dist/\",\"rel\":\"nofollow\",\"children\":\"https://nodejs.org/dist/\"}],\" 的镜像。\"]}],\"\\n\",[\"$r\",\"h3\",null,{\"id\":\"使用方法\",\"children\":\"使用方法\"}],\"\\n\",[\"$r\",\"p\",null,{\"children\":[\"可以手工选择下载所需的版本,也可以搭配 \",[\"$r\",\"code\",null,{\"children\":\"n\"}],\" 或者 \",[\"$r\",\"code\",null,{\"children\":\"fnm\"}],\" 等版本管理器使用,方法如下:\"]}],\"\\n\",[\"$r\",\"h4\",null,{\"id\":\"n\",\"children\":\"n\"}],\"\\n\",[\"$r\",\"CodeBlock\",null,{\"code\":\"# 设定环境变量\\nexport NODE_MIRROR={{http_protocol}}{{mirror}}/\\n# 然后正常使用 n 即可\\n{{sudo}}n stable\",\"codeLanguage\":\"bash\"}],\"\\n\",[\"$r\",\"h4\",null,{\"id\":\"fnm\",\"children\":\"fnm\"}],\"\\n\",[\"$r\",\"CodeBlock\",null,{\"code\":\"# 设定环境变量\\nexport FNM_NODE_DIST_MIRROR={{http_protocol}}{{mirror}}/\\n# 然后正常使用 fnm 即可\\nfnm install <version>\",\"codeLanguage\":\"bash\"}],\"\\n\",[\"$r\",\"h4\",null,{\"id\":\"volta\",\"children\":\"volta\"}],\"\\n\",[\"$r\",\"p\",null,{\"children\":[\"创建或编辑 \",[\"$r\",\"code\",null,{\"children\":\"~/.volta/hooks.json\"}],\" (Linux/MacOS),或 \",[\"$r\",\"code\",null,{\"children\":\"%LOCALAPPDATA%\\\\Volta\\\\hooks.json\"}],\" (Windows),将内容替换如下\"]}],\"\\n\",[\"$r\",\"CodeBlock\",null,{\"code\":\"{\\n \\\"node\\\": {\\n \\\"index\\\": {\\n \\\"template\\\": \\\"{{http_protocol}}{{mirror}}/index.json\\\"\\n },\\n \\\"distro\\\": {\\n \\\"template\\\": \\\"{{http_protocol}}{{mirror}}/v{{version}}/{{filename}}\\\"\\n }\\n }\\n}\",\"codeLanguage\":\"yaml\"}],\"\\n\",[\"$r\",\"p\",null,{\"children\":[\"之后即可正常使用 \",[\"$r\",\"code\",null,{\"children\":\"volta\"}]]}],\"\\n\",[\"$r\",\"SyntaxHighlight\",null,{\"code\":\"volta install node@<version>\"}],\"\\n\",[\"$r\",\"h4\",null,{\"id\":\"nvm\",\"children\":\"nvm\"}],\"\\n\",[\"$r\",\"CodeBlock\",null,{\"code\":\"# 设定环境变量\\nexport NVM_NODEJS_ORG_MIRROR={{http_protocol}}{{mirror}}/\\n# 然后正常使用\\nnvm install <version>\",\"codeLanguage\":\"bash\"}]]}]","meta":{"title":"NodeJS Release 软件仓库镜像使用帮助","cname":"nodejs-release"},"cname":"nodejs-release"},"__N_SSG":true}
{"pageProps":{"toc":[{"url":"#","text":"Overview","depth":2},{"url":"#使用方法","depth":3,"text":"使用方法"}],"content":"[\"$r\",null,null,{\"children\":[[\"$r\",\"p\",null,{\"children\":[\"Nodejs Release 为各平台提供预编译的 nodejs 和 npm 等二进制文件,是\\n\",[\"$r\",\"a\",null,{\"href\":\"https://nodejs.org/dist/\",\"rel\":\"nofollow\",\"children\":\"https://nodejs.org/dist/\"}],\" 的镜像。\"]}],\"\\n\",[\"$r\",\"h3\",null,{\"id\":\"使用方法\",\"children\":\"使用方法\"}],\"\\n\",[\"$r\",\"p\",null,{\"children\":[\"可以手工选择下载所需的版本,也可以搭配 \",[\"$r\",\"code\",null,{\"children\":\"n\"}],\" 或者 \",[\"$r\",\"code\",null,{\"children\":\"fnm\"}],\" 等版本管理器使用,方法如下:\"]}],\"\\n\",[\"$r\",\"h4\",null,{\"id\":\"n\",\"children\":\"n\"}],\"\\n\",[\"$r\",\"CodeBlock\",null,{\"code\":\"# 设定环境变量\\nexport NODE_MIRROR={{http_protocol}}{{mirror}}/\\n# 然后正常使用 n 即可\\n{{sudo}}n stable\",\"codeLanguage\":\"bash\"}],\"\\n\",[\"$r\",\"h4\",null,{\"id\":\"fnm\",\"children\":\"fnm\"}],\"\\n\",[\"$r\",\"CodeBlock\",null,{\"code\":\"# 设定环境变量\\nexport FNM_NODE_DIST_MIRROR={{http_protocol}}{{mirror}}/\\n# 然后正常使用 fnm 即可\\nfnm install <version>\",\"codeLanguage\":\"bash\"}],\"\\n\",[\"$r\",\"h4\",null,{\"id\":\"volta\",\"children\":\"volta\"}],\"\\n\",[\"$r\",\"p\",null,{\"children\":[\"创建或编辑 \",[\"$r\",\"code\",null,{\"children\":\"~/.volta/hooks.json\"}],\" (Linux/MacOS),或 \",[\"$r\",\"code\",null,{\"children\":\"%LOCALAPPDATA%\\\\Volta\\\\hooks.json\"}],\" (Windows),将内容替换如下\"]}],\"\\n\",[\"$r\",\"CodeBlock\",null,{\"code\":\"{\\n \\\"node\\\": {\\n \\\"index\\\": {\\n \\\"template\\\": \\\"{{http_protocol}}{{mirror}}/index.json\\\"\\n },\\n \\\"distro\\\": {\\n \\\"template\\\": \\\"{{http_protocol}}{{mirror}}/v{{version}}/{{filename}}\\\"\\n }\\n }\\n}\",\"codeLanguage\":\"yaml\"}],\"\\n\",[\"$r\",\"p\",null,{\"children\":[\"之后即可正常使用 \",[\"$r\",\"code\",null,{\"children\":\"volta\"}]]}],\"\\n\",[\"$r\",\"SyntaxHighlight\",null,{\"code\":\"volta install node@<version>\"}],\"\\n\",[\"$r\",\"h4\",null,{\"id\":\"nvm\",\"children\":\"nvm\"}],\"\\n\",[\"$r\",\"CodeBlock\",null,{\"code\":\"# 设定环境变量\\nexport NVM_NODEJS_ORG_MIRROR={{http_protocol}}{{mirror}}/\\n# 然后正常使用\\nnvm install <version>\",\"codeLanguage\":\"bash\"}],\"\\n\",[\"$r\",\"h4\",null,{\"id\":\"nvs\",\"children\":\"nvs\"}],\"\\n\",[\"$r\",\"CodeBlock\",null,{\"code\":\"nvs remote node {{http_protocol}}{{mirror}}/\",\"codeLanguage\":\"bash\"}]]}]","meta":{"title":"NodeJS Release 软件仓库镜像使用帮助","cname":"nodejs-release"},"cname":"nodejs-release"},"__N_SSG":true}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion _next/static/KBSPA3jmCHarhoM_RYcI2/_buildManifest.js

This file was deleted.

1 change: 0 additions & 1 deletion _next/static/chunks/2.e25a42d41274ca18.js

This file was deleted.

1 change: 1 addition & 0 deletions _next/static/chunks/255.2a2e6048916d621d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion _next/static/chunks/255.586840df9ca5c416.js

This file was deleted.

1 change: 1 addition & 0 deletions _next/static/chunks/709.2d6d8510643c8ec9.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _next/static/chunks/pages/[...content]-0eb0a4a049ddeabb.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion _next/static/chunks/pages/[...content]-4494b44fdee8ee7f.js

This file was deleted.

1 change: 1 addition & 0 deletions _next/static/chunks/webpack-b707a6d142c7a160.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion _next/static/chunks/webpack-bce02c7a082fca5d.js

This file was deleted.

Loading

0 comments on commit 30dfc5f

Please sign in to comment.