frok from rsync://littlefoxpro.xyz/repository/leaf

This commit is contained in:
2024-06-05 16:02:11 -04:00
commit b2a10ea78d
14 changed files with 1574 additions and 0 deletions

6
hints/nodejs.txt Normal file
View File

@@ -0,0 +1,6 @@
NPM & Yarn换源
------------------------------------------------------------
npm config set registry https://registry.npmmirror.com
yarn config set registry https://registry.npmmirror.com
------------------------------------------------------------