The1111mp

Results 88 comments of The1111mp

浏览器访问下载速度正常吗

那可能得看看你的代理模式了 可以开启 TUN 模式(虚拟网卡模式)试试

这个问题已经在最新发布的 [v4.0.9](https://github.com/1111mp/nvm-desktop/releases/tag/v4.0.9) 版本中修复了,那么这个 `issue` 就先关闭了,后续有问题也可以随时重开,谢谢。

感觉批量下载的需求不是那么高,不过实现起来确实也不复杂,不过目前没什么时间,欢迎 PR

@wonfen 请问一下升级到tauri 2.0版本之后是不准备支持`linux arm64`系统吗? 因为我看 alpha 中已经没有关于`linux arm64` 的下载入口文件,然后我也去看了一下github workflow的alpha的action的配置文件,好像也没有关于`linux arm64`的编译配置。

On Windows platforms, use the `nsis` script to set system environment variables during installation: https://github.com/1111mp/nvm-desktop/blob/7f37736c302052fd82f0919d7bb4f1ee1aa66181/src-tauri/templates/nsis-hooks.nsh#L9 Here is the relevant code for [envpath](https://github.com/1111mp/envpath): ```rs pub fn run(config: Config) -> Result {...

I think you just need to make sure that "%UserProfile%\.nvmd\bin" has a higher priority than "%ProgramFiles%\Volta" in the system environment variable PATH (that is, it is located in the front)....

I think this is expected behavior as it helps maintain privacy as one of the accounts. If an account has administrator privileges, then the account can access files in the...

你可以通过 `npm config set prefix "/path/to/folder"` 来自定义全局包安装目录,这个是 `npm` 自己支持的功能。