@streamapp/desktop-darwin-arm64 0.6.3 → 0.7.0
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/bin/libonnxruntime.dylib +0 -0
- package/bin/stream-desktop +0 -0
- package/package.json +2 -2
|
Binary file
|
package/bin/stream-desktop
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamapp/desktop-darwin-arm64",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "stream-desktop binary for macOS arm64 — loaded by @streamapp/desktop (Stream Desktop)(配对 + 桌面控制均可用,桌面控制走 AX;arm64
|
|
3
|
+
"version": "0.7.0",
|
|
4
|
+
"description": "stream-desktop binary for macOS arm64 — loaded by @streamapp/desktop (Stream Desktop)(配对 + 桌面控制均可用,桌面控制走 AX;arm64 尚未在真机上验过)。bin/ 里还带着读屏用的 PP-OCRv5 模型三件(ocr-det.onnx / ocr-rec.onnx / ocr-rec-dict.txt)与 ONNX Runtime 1.20.1 的动态库(libonnxruntime.dylib),可执行文件按同目录找它们",
|
|
5
5
|
"os": ["darwin"],
|
|
6
6
|
"cpu": ["arm64"],
|
|
7
7
|
"files": ["bin/"],
|