Files
orbien/docs/docs/desktop.md
2026-08-25 17:26:52 +08:00

503 B

sidebar_position, sidebar_label, title
sidebar_position sidebar_label title
5 桌面客户端 桌面客户端

桌面客户端

安装问题

macOS 无法打开或提示已损坏

desktop_mac_1.png

下载的 .app / .dmg 可能被系统隔离,若无法打开,或提示应用已损坏,在终端执行:

xattr -cr "/Applications/Orbien Desktop.app"
open "/Applications/Orbien Desktop.app"

若安装路径不同,将上面路径换成实际 .app 位置后再执行。