From 7805ee01f74788bdd6de24017ef9ef182d7ff495 Mon Sep 17 00:00:00 2001 From: u-claw-bot Date: Sun, 21 Jun 2026 05:55:16 +0000 Subject: [PATCH] =?UTF-8?q?chore(upstream):=20=E8=B7=9F=E9=9A=8F=20OpenCla?= =?UTF-8?q?w=202026.6.9=EF=BC=8C=E5=8F=91=E5=B8=83=20v2.1.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 自动跟踪上游:OpenClaw npm latest 升到 2026.6.9, 自动 bump 壳版本到 2.1.9 并打 tag 触发发版。 --- OPENCLAW_VERSION | 2 +- portable/OPENCLAW_VERSION | 2 +- u-claw-app/package.json | 31 ++++++++++++++++++++++++------- 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/OPENCLAW_VERSION b/OPENCLAW_VERSION index 62cda86..f07d56b 100644 --- a/OPENCLAW_VERSION +++ b/OPENCLAW_VERSION @@ -1 +1 @@ -2026.6.8 +2026.6.9 diff --git a/portable/OPENCLAW_VERSION b/portable/OPENCLAW_VERSION index 62cda86..f07d56b 100644 --- a/portable/OPENCLAW_VERSION +++ b/portable/OPENCLAW_VERSION @@ -1 +1 @@ -2026.6.8 +2026.6.9 diff --git a/u-claw-app/package.json b/u-claw-app/package.json index bcba470..dd78767 100644 --- a/u-claw-app/package.json +++ b/u-claw-app/package.json @@ -1,6 +1,6 @@ { "name": "u-claw", - "version": "2.1.8", + "version": "2.1.9", "description": "U-Claw - AI 助手桌面版,插上 U 盘就能用", "main": "src/main.js", "author": "U-Claw (https://u-claw.org)", @@ -56,7 +56,10 @@ "target": [ { "target": "dmg", - "arch": ["arm64", "x64"] + "arch": [ + "arm64", + "x64" + ] } ], "hardenedRuntime": false, @@ -66,19 +69,31 @@ "title": "U-Claw", "icon": "assets/icon.icns", "contents": [ - { "x": 130, "y": 220 }, - { "x": 410, "y": 220, "type": "link", "path": "/Applications" } + { + "x": 130, + "y": 220 + }, + { + "x": 410, + "y": 220, + "type": "link", + "path": "/Applications" + } ] }, "win": { "target": [ { "target": "nsis", - "arch": ["x64"] + "arch": [ + "x64" + ] }, { "target": "portable", - "arch": ["x64"] + "arch": [ + "x64" + ] } ], "icon": "assets/icon.ico" @@ -95,7 +110,9 @@ "shortcutName": "U-Claw" }, "linux": { - "target": ["AppImage"], + "target": [ + "AppImage" + ], "icon": "assets/icon.png", "category": "Development" }