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

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

View File

@@ -3,7 +3,11 @@
"version": "1.0.0",
"description": "WeCom OpenClaw Client - 企业微信智能机器人图形配置客户端",
"main": "electron/main.js",
"author": "徐总",
"homepage": "http://192.168.1.191:23000/toncent/wecome-openclaw-client",
"author": {
"name": "徐总",
"email": "sales@toncent.com.cn"
},
"license": "MIT",
"scripts": {
"start": "concurrently \"npm run dev:electron\" \"npm run dev:react\"",
@@ -71,7 +75,8 @@
"deb"
],
"icon": "resources/icon.png",
"category": "Development"
"category": "Development",
"maintainer": "sales@toncent.com.cn"
}
}
}