workbuddy-switch 0.1.3 → 0.1.5

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,6 +23,12 @@ webui 界面与桌面 App 一致:账号管理、切换、会话复制、自动
23
23
 
24
24
  从 GitHub Releases 下载对应平台 `.app`(macOS)双击运行。
25
25
 
26
+ > **macOS 提示「已损坏,无法打开」?** 未签名应用会触发隔离机制,在终端执行一次即可:
27
+ >
28
+ > ```bash
29
+ > xattr -rd com.apple.quarantine "/Applications/workbuddy-switch.app"
30
+ > ```
31
+
26
32
  ## 功能
27
33
 
28
34
  | 模块 | 说明 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workbuddy-switch",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "WorkBuddy 账号切换工具:本地 webui(浏览器操作)+ 桌面 App(安装后运行 workbuddy-switch)",
5
5
  "bin": {
6
6
  "workbuddy-switch": "bin/workbuddy-switch.js"