feat: OpenClaw Gateway 配置和连接优化 #1

Open
weworkdev wants to merge 20 commits from weworkdev into main
Showing only changes of commit d87a353b14 - Show all commits

View File

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