@bifrost-proxy/bifrost-win32-arm64 0.0.83 → 0.0.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,6 +26,7 @@ curl -fsSL https://raw.githubusercontent.com/bifrost-proxy/bifrost/main/install-
26
26
  ```
27
27
 
28
28
  该脚本默认会继续安装并信任 CA 证书、安装所有 Bifrost AI skills,并以后台服务启动 Bifrost;安装完成后可直接访问管理端。
29
+ Bash 与 PowerShell 安装脚本都会自动探测 GitHub 直连和内置镜像源,优先使用最快可用的 release 下载地址;受限网络中也可通过 `BIFROST_GITHUB_MIRROR` 指定优先镜像。
29
30
 
30
31
  安装指定版本
31
32
 
package/bin/bifrost.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrost-proxy/bifrost-win32-arm64",
3
- "version": "0.0.83",
3
+ "version": "0.0.85",
4
4
  "description": "Bifrost CLI binary for Windows ARM64",
5
5
  "license": "MIT",
6
6
  "repository": {