client: 更新鉴权请求头等
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# v-chat
|
||||
微信多客户端方案。服务器通过Web版微信接口提供收发微信消息的能力,并允许多个客户端同时连接。
|
||||
|
||||
## 使用
|
||||
### 服务端
|
||||
`cd packages/server`
|
||||
`node ./ -c CONFIG_FILE`
|
||||
|
||||
### 客户端
|
||||
`cd packages/web`
|
||||
参考`.env.example`文件,编辑`.env`文件配置环境变量,然后编译:`npm run build`。
|
||||
|
||||
## 鸣谢
|
||||
前端程序参考自[fiora](https://github.com/yinxin630/fiora)web聊天室。
|
||||
服务端程序使用了[wechat4u](https://github.com/nodeWechat/wechat4u)。
|
||||
|
||||
Reference in New Issue
Block a user