docs: add install command to README

This commit is contained in:
HenryXiaoYang
2026-03-10 02:53:53 +08:00
parent 7a640f7b08
commit 11bb1b94eb
2 changed files with 28 additions and 13 deletions

View File

@@ -1,9 +1,24 @@
{
"name": "wechat-access",
"name": "@henryxiaoyang/wechat-access-unqclawed",
"version": "1.0.0",
"type": "module",
"description": "简化的企业微信 服务号 接收消息 Demo",
"author": "aa",
"description": "OpenClaw 微信通路插件 — 扫码登录 + AGP WebSocket 双向通信",
"author": "HenryXiaoYang",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HenryXiaoYang/wechat-access-unqclawed.git"
},
"files": [
"index.ts",
"auth/",
"common/",
"http/",
"websocket/",
"openclaw.plugin.json",
"websocket.md",
"README.md"
],
"openclaw": {
"extensions": [
"./index.ts"
@@ -26,7 +41,7 @@
"order": 85
},
"install": {
"npmSpec": "@yanhaidao/wechat-access",
"npmSpec": "@henryxiaoyang/wechat-access-unqclawed",
"localPath": "extensions/wechat-access",
"defaultChoice": "npm"
}