openclaw-linso 1.0.6 → 1.0.7

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,7 +47,7 @@ openclaw gateway restart
47
47
  ## 使用步骤
48
48
 
49
49
  1. 下载 Linso iOS App
50
- 2. 打开 App → 设置 → 自动获取 Token
50
+ 2. 打开 App → 进入聊天Tab页 → 设置 → 自动获取 Token
51
51
  3. 复制 Token,运行上面的配置命令
52
52
  4. 重启龙虾,配对完成 ✅
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-linso",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Linso iOS App channel plugin for OpenClaw — connects via cloud Relay Server",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",