chore(upstream): 跟随 OpenClaw 2026.6.9,发布 v2.1.9

自动跟踪上游:OpenClaw npm latest 升到 2026.6.9,
自动 bump 壳版本到 2.1.9 并打 tag 触发发版。
This commit is contained in:
u-claw-bot
2026-06-21 05:55:16 +00:00
parent d4fe3b6410
commit 7805ee01f7
3 changed files with 26 additions and 9 deletions

View File

@@ -1 +1 @@
2026.6.8 2026.6.9

View File

@@ -1 +1 @@
2026.6.8 2026.6.9

View File

@@ -1,6 +1,6 @@
{ {
"name": "u-claw", "name": "u-claw",
"version": "2.1.8", "version": "2.1.9",
"description": "U-Claw - AI 助手桌面版,插上 U 盘就能用", "description": "U-Claw - AI 助手桌面版,插上 U 盘就能用",
"main": "src/main.js", "main": "src/main.js",
"author": "U-Claw <hello@u-claw.org> (https://u-claw.org)", "author": "U-Claw <hello@u-claw.org> (https://u-claw.org)",
@@ -56,7 +56,10 @@
"target": [ "target": [
{ {
"target": "dmg", "target": "dmg",
"arch": ["arm64", "x64"] "arch": [
"arm64",
"x64"
]
} }
], ],
"hardenedRuntime": false, "hardenedRuntime": false,
@@ -66,19 +69,31 @@
"title": "U-Claw", "title": "U-Claw",
"icon": "assets/icon.icns", "icon": "assets/icon.icns",
"contents": [ "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": { "win": {
"target": [ "target": [
{ {
"target": "nsis", "target": "nsis",
"arch": ["x64"] "arch": [
"x64"
]
}, },
{ {
"target": "portable", "target": "portable",
"arch": ["x64"] "arch": [
"x64"
]
} }
], ],
"icon": "assets/icon.ico" "icon": "assets/icon.ico"
@@ -95,7 +110,9 @@
"shortcutName": "U-Claw" "shortcutName": "U-Claw"
}, },
"linux": { "linux": {
"target": ["AppImage"], "target": [
"AppImage"
],
"icon": "assets/icon.png", "icon": "assets/icon.png",
"category": "Development" "category": "Development"
} }