feat: OpenClaw Gateway 配置和连接优化 #1
11
package.json
11
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wecome-openclaw-client",
|
"name": "wecome-openclaw-client",
|
||||||
"version": "1.0.0",
|
"version": "2026.3.10",
|
||||||
"description": "WeCom OpenClaw Client - 企业微信智能机器人图形配置客户端",
|
"description": "WeCom OpenClaw Client - 企业微信智能机器人图形配置客户端",
|
||||||
"main": "electron/main.js",
|
"main": "electron/main.js",
|
||||||
"homepage": "http://192.168.1.191:23000/toncent/wecome-openclaw-client",
|
"homepage": "http://192.168.1.191:23000/toncent/wecome-openclaw-client",
|
||||||
@@ -68,16 +68,17 @@
|
|||||||
"dmg"
|
"dmg"
|
||||||
],
|
],
|
||||||
"icon": "resources/icon.icns",
|
"icon": "resources/icon.icns",
|
||||||
"category": "public.app-category.developer-tools"
|
"category": "public.app-category.developer-tools",
|
||||||
|
"artifactName": "${productName}-${version}-mac.${ext}"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
"AppImage",
|
"AppImage"
|
||||||
"deb"
|
|
||||||
],
|
],
|
||||||
"icon": "resources/icon.png",
|
"icon": "resources/icon.png",
|
||||||
"category": "Development",
|
"category": "Development",
|
||||||
"maintainer": "sales@toncent.com.cn"
|
"maintainer": "sales@toncent.com.cn",
|
||||||
|
"artifactName": "${productName}-${version}-linux.${ext}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user