fix: 添加 package.json homepage 和 author email 用于 Linux 打包

This commit is contained in:
2026-03-10 04:36:26 +08:00
parent a32bc1d346
commit bee9b9ff54

View File

@@ -3,7 +3,11 @@
"version": "1.0.0", "version": "1.0.0",
"description": "WeCom OpenClaw Client - 企业微信智能机器人图形配置客户端", "description": "WeCom OpenClaw Client - 企业微信智能机器人图形配置客户端",
"main": "electron/main.js", "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", "license": "MIT",
"scripts": { "scripts": {
"start": "concurrently \"npm run dev:electron\" \"npm run dev:react\"", "start": "concurrently \"npm run dev:electron\" \"npm run dev:react\"",
@@ -71,7 +75,8 @@
"deb" "deb"
], ],
"icon": "resources/icon.png", "icon": "resources/icon.png",
"category": "Development" "category": "Development",
"maintainer": "sales@toncent.com.cn"
} }
} }
} }